mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
22 lines
424 B
Makefile
22 lines
424 B
Makefile
COMMENT = SVG scrubber
|
|
MODPY_DISTV = 0.35
|
|
REVISION = 10
|
|
CATEGORIES = graphics
|
|
HOMEPAGE = http://www.codedread.com/scour/
|
|
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
GH_ACCOUNT = codedread
|
|
GH_PROJECT = scour
|
|
GH_TAGNAME = v${MODPY_DISTV}
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
RUN_DEPENDS = devel/py-six
|
|
|
|
do-test:
|
|
@cd ${WRKDIST} && ${MODPY_BIN} testscour.py
|
|
@cd ${WRKDIST} && ${MODPY_BIN} testcss.py
|
|
|
|
.include <bsd.port.mk>
|