diff options
Diffstat (limited to 'graphics/py-gizeh/Makefile')
-rw-r--r-- | graphics/py-gizeh/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/py-gizeh/Makefile b/graphics/py-gizeh/Makefile new file mode 100644 index 00000000000..18eda196cec --- /dev/null +++ b/graphics/py-gizeh/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= gizeh +DISTVERSION= 0.1.10 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Simple vector graphics in Python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENCE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairocffi>0:graphics/py-cairocffi \ + ${PYNUMPY} + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> |