ports/textproc/py-defusedxml/Makefile

22 lines
379 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= XML bomb protection for Python stdlib modules
MODPY_EGG_VERSION= 0.7.1
DISTNAME= defusedxml-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= textproc www
REVISION= 3
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
FLAVORS= python3
FLAVOR= python3
TEST_DEPENDS= textproc/py-lxml${MODPY_FLAVOR}
.include <bsd.port.mk>