mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
317 B
Makefile
19 lines
317 B
Makefile
COMMENT= XML bomb protection for Python stdlib modules
|
|
|
|
MODPY_DISTV= 0.7.1
|
|
DISTNAME= defusedxml-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= textproc www
|
|
REVISION= 7
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
TEST_DEPENDS= textproc/py-lxml
|
|
|
|
.include <bsd.port.mk>
|