Files

20 lines
343 B
Makefile
Raw Permalink Normal View History

2023-06-21 07:33:58 +00:00
COMMENT= xpath 1.0/2.0 parsers and selectors for elementtree
2022-02-28 10:51:47 +00:00
2025-03-06 13:19:17 +00:00
MODPY_DISTV= 4.8.0
2024-12-21 11:39:00 +00:00
DISTNAME= elementpath-${MODPY_DISTV}
2023-06-21 07:33:58 +00:00
PKGNAME= py-${DISTNAME}
2025-04-29 10:40:12 +00:00
REVISION= 0
2022-02-28 10:51:47 +00:00
2023-06-21 07:33:58 +00:00
CATEGORIES= textproc
2022-02-28 10:51:47 +00:00
2023-06-21 07:33:58 +00:00
HOMEPAGE= https://github.com/sissaschool/elementpath
2022-02-28 10:51:47 +00:00
# MIT
2023-06-21 07:33:58 +00:00
PERMIT_PACKAGE= Yes
2022-02-28 10:51:47 +00:00
2023-06-21 07:33:58 +00:00
MODULES= lang/python
MODPY_PYBUILD= setuptools
2025-03-06 13:19:17 +00:00
MODPY_PI= Yes
2022-02-28 10:51:47 +00:00
.include <bsd.port.mk>