freebsd-ports/textproc/py-scour/Makefile
2018-10-18 06:24:37 +00:00

19 lines
356 B
Makefile

# $FreeBSD$
PORTNAME= scour
PORTVERSION= 0.37
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= SVG scrubber
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>