ports/textproc/py-cssselect/Makefile

24 lines
384 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= parse CSS3 Selectors and translates them to XPath 1.0
MODPY_EGG_VERSION= 1.2.0
DISTNAME= cssselect-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 0
2023-08-16 22:26:55 +00:00
CATEGORIES= textproc
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
TEST_DEPENDS= textproc/py-lxml${MODPY_FLAVOR}
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
FLAVORS= python3
FLAVOR= python3
.include <bsd.port.mk>