summaryrefslogtreecommitdiff
path: root/graphics/py-gchartwrapper/Makefile
blob: 242c991312f17bf74a72355c7df6ec7921363e79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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>