mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
20 lines
343 B
Makefile
20 lines
343 B
Makefile
COMMENT= xpath 1.0/2.0 parsers and selectors for elementtree
|
|
|
|
MODPY_DISTV= 4.8.0
|
|
DISTNAME= elementpath-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://github.com/sissaschool/elementpath
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
.include <bsd.port.mk>
|