mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
27 lines
493 B
Makefile
27 lines
493 B
Makefile
COMMENT = easy whitelist-based HTML-sanitizing tool
|
|
|
|
# bleach is deprecated upstream
|
|
MODPY_DISTV = 6.3.0
|
|
REVISION = 0
|
|
DISTNAME = bleach-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = https://github.com/mozilla/bleach
|
|
|
|
MAINTAINER = Daniel Dickman <daniel@openbsd.org>
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = textproc/py-tinycss2 \
|
|
textproc/py-webencodings
|
|
|
|
.include <bsd.port.mk>
|