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

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow

PROJECTHOST=	google-chartwrapper

USES=		python
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>