# Created by: Wen Heping # $FreeBSD$ PORTNAME= pycha PORTVERSION= 0.7.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= A library for making charts with Python USE_PYTHON= yes USE_PYDISTUTILS= easy_install OPTIONS_DEFINE= CAIRO OPTIONS_DEFAULT= CAIRO .include .if ${PORT_OPTIONS:MCAIRO} RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/cairo:${PORTSDIR}/graphics/py-cairo .endif .include