Files
2026-03-16 22:28:25 +00:00

23 lines
330 B
Makefile

COMMENT = converts XML to Python objects
MODPY_DISTV= 1.2.1
DISTNAME= untangle-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
REVISION= 3
CATEGORIES= devel
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= poetry-core
RUN_DEPENDS= textproc/py-defusedxml>=0.7.1,<0.8.0
NO_TEST= Yes
.include <bsd.port.mk>