2017-11-28 04:09:27 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gizeh
|
|
|
|
DISTVERSION= 0.1.10
|
2018-03-10 18:46:04 +01:00
|
|
|
PORTREVISION= 1
|
2017-11-28 04:09:27 +01:00
|
|
|
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
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairocffi>0:graphics/py-cairocffi@${PY_FLAVOR} \
|
2017-11-28 04:09:27 +01:00
|
|
|
${PYNUMPY}
|
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|