4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
23 lines
468 B
Makefile
23 lines
468 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pycha
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library for making charts with Python
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
OPTIONS_DEFINE= CAIRO
|
|
OPTIONS_DEFAULT= CAIRO
|
|
|
|
CAIRO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo
|
|
|
|
.include <bsd.port.mk>
|