diff options
Diffstat (limited to 'graphics/py-gchartwrapper/Makefile')
-rw-r--r-- | graphics/py-gchartwrapper/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/py-gchartwrapper/Makefile b/graphics/py-gchartwrapper/Makefile deleted file mode 100644 index 242c991312f1..000000000000 --- a/graphics/py-gchartwrapper/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Nicola Vitale <nivit@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= GChartWrapper -PORTVERSION= 0.9 -PORTREVISION= 3 -CATEGORIES= graphics python -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= nivit@FreeBSD.org -COMMENT= Python Google Chart Wrapper - -LICENSE= BSD3CLAUSE - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow - -PROJECTHOST= google-chartwrapper - -USES= python -USE_PYTHON= autoplist distutils - -.include <bsd.port.mk> |