Files
ports/www/py-bleach/Makefile
T
2026-06-15 14:36:12 +00:00

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>