2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
2009-01-09 18:51:24 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= GChartWrapper
|
2009-10-12 11:41:29 +02:00
|
|
|
PORTVERSION= 0.9
|
2014-10-05 01:59:47 +02:00
|
|
|
PORTREVISION= 3
|
2009-01-09 18:51:24 +01:00
|
|
|
CATEGORIES= graphics python
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2009-01-09 18:51:24 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
|
|
COMMENT= Python Google Chart Wrapper
|
|
|
|
|
2014-06-15 05:43:49 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
2009-01-09 18:51:24 +01:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow
|
2009-01-09 18:51:24 +01:00
|
|
|
|
|
|
|
PROJECTHOST= google-chartwrapper
|
|
|
|
|
2014-10-05 01:59:47 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
2009-01-09 18:51:24 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|