1# Created by: Wen Heping <wenheping@gmail.com> 2 3PORTNAME= pycha 4PORTVERSION= 0.8.1 5PORTREVISION= 1 6CATEGORIES= graphics python 7MASTER_SITES= PYPI 8PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 9 10MAINTAINER= ports@MidnightBSD.org 11COMMENT= Library for making charts with Python 12WWW= https://bitbucket.org/lgs/pycha 13 14LICENSE= lgpl3 15LICENSE_FILE= ${WRKSRC}/COPYING 16 17RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} 18 19USES= python 20USE_PYTHON= autoplist concurrent distutils 21 22NO_ARCH= yes 23 24OPTIONS_DEFINE= CAIRO 25OPTIONS_DEFAULT=CAIRO 26 27CAIRO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} 28 29.include <bsd.port.mk> 30