aboutsummaryrefslogblamecommitdiff
path: root/graphics/py-gizeh/Makefile
blob: 9dbfc5d586e14b2a14bca6597ba25ef0d0685199 (plain) (tree)
1
2
3
4
5
6
7
8
9
                     
                      
                 
                               
                    



                                                
                                              



                                     
                                                                                       

                          
                      



                                   
PORTNAME=	gizeh
DISTVERSION=	0.1.11
PORTREVISION=	3
CATEGORIES=	graphics python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Simple vector graphics in Python
WWW=		https://github.com/Zulko/gizeh

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENCE.txt

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cairocffi>0:graphics/py-cairocffi@${PY_FLAVOR} \
		${PYNUMPY}

USES=		python
USE_PYTHON=	autoplist distutils
NO_ARCH=	yes

.include <bsd.port.mk>