ports/textproc/py-elementpath/Makefile

21 lines
378 B
Makefile

COMMENT= xpath 1.0/2.0 parsers and selectors for elementtree
MODPY_EGG_VERSION= 4.1.5
DISTNAME= elementpath-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= textproc
HOMEPAGE= https://github.com/sissaschool/elementpath
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
FLAVORS= python3
FLAVOR= python3
.include <bsd.port.mk>