Files
ports/textproc/py-cssselect/Makefile
T
2025-04-29 10:40:12 +00:00

20 lines
321 B
Makefile

COMMENT= parse CSS3 Selectors and translates them to XPath 1.0
MODPY_DISTV= 1.3.0
DISTNAME= cssselect-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
REVISION= 0
CATEGORIES= textproc
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
TEST_DEPENDS= textproc/py-lxml
.include <bsd.port.mk>