Update graphics/cimg to version 1.7.5,3
[dports.git] / graphics / py-gchartwrapper / Makefile
1 # Created by: Nicola Vitale     <nivit@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       GChartWrapper
5 PORTVERSION=    0.9
6 PORTREVISION=   3
7 CATEGORIES=     graphics python
8 MASTER_SITES=   GOOGLE_CODE
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11 MAINTAINER=     nivit@FreeBSD.org
12 COMMENT=        Python Google Chart Wrapper
13
14 LICENSE=        BSD3CLAUSE
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow
17
18 PROJECTHOST=    google-chartwrapper
19
20 USES=           python
21 USE_PYTHON=     autoplist distutils
22
23 .include <bsd.port.mk>