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-06-15 05:43:49 +02:00
|
|
|
PORTREVISION= 2
|
2009-01-09 18:51:24 +01:00
|
|
|
CATEGORIES= graphics python
|
2014-06-15 05:43:49 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_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
|
|
|
|
2014-06-15 05:43:49 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_2:${PORTSDIR}/graphics/py-imaging
|
2009-01-09 18:51:24 +01:00
|
|
|
|
|
|
|
PROJECTHOST= google-chartwrapper
|
2014-06-15 05:43:49 +02:00
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2009-01-09 18:51:24 +01:00
|
|
|
|
2014-06-15 05:43:49 +02:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2009-01-09 18:51:24 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|