opnsense-ports/graphics/py-svgwrite/Makefile
Franco Fichtner 5cb21f5220 */*: sync with upstream
Taken from: HardenedBSD
2018-07-19 08:08:05 +02:00

19 lines
393 B
Makefile

# $FreeBSD$
PORTNAME= svgwrite
PORTVERSION= 1.1.12
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Python library to create SVG drawings
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR}
USES= python zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>