mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21 lines
366 B
Makefile
21 lines
366 B
Makefile
COMMENT= python package for parsing and building CSS
|
|
|
|
CATEGORIES= textproc
|
|
|
|
MODPY_DISTV= 1.0.10
|
|
DISTNAME= css-parser-${MODPY_DISTV}
|
|
PKGNAME= py-css-parser-${MODPY_DISTV}
|
|
REVISION= 3
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
RUN_DEPENDS= textproc/py-chardet
|
|
TEST_DEPENDS= devel/py-jaraco-test
|
|
|
|
.include <bsd.port.mk>
|