mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
22 lines
367 B
Makefile
22 lines
367 B
Makefile
COMMENT= HTML cleaner from the lxml project
|
|
|
|
MODPY_DISTV= 0.4.4
|
|
DISTNAME= lxml_html_clean-${MODPY_DISTV}
|
|
PKGNAME= py-lxml-html-clean-${MODPY_DISTV}
|
|
|
|
CATEGORIES= textproc devel
|
|
|
|
HOMEPAGE= https://lxml.de/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
RUN_DEPENDS= textproc/py-lxml \
|
|
www/py-urllib3
|
|
|
|
.include <bsd.port.mk>
|