Files
ports/textproc/py-cssselect/Makefile
T
2026-03-01 10:58:24 +00:00

19 lines
308 B
Makefile

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