Files
ports/textproc/py-cssselect/Makefile
T
2026-03-16 22:28:25 +00:00

20 lines
320 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}
REVISION= 0
CATEGORIES= textproc
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= hatchling
MODPY_PI= Yes
TEST_DEPENDS= textproc/py-lxml
.include <bsd.port.mk>