Files
ports/textproc/py-css-parser/Makefile
T
2025-04-29 10:40:12 +00:00

24 lines
406 B
Makefile

COMMENT = python package for parsing and building CSS
CATEGORIES = textproc
MODPY_DISTV = 1.0.10
DISTNAME = css-parser-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
MODPY_PI = Yes
REVISION = 2
# GPLv3
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PYBUILD = setuptools
RUN_DEPENDS = textproc/py-chardet
# pytest needs jaraco.test
do-test:
cd ${WRKSRC}; ${MODPY_BIN} run_tests.py
.include <bsd.port.mk>