freebsd-ports/graphics/py-gchartwrapper/Makefile

25 lines
524 B
Makefile
Raw Normal View History

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= GChartWrapper
2009-10-12 11:41:29 +02:00
PORTVERSION= 0.9
PORTREVISION= 2
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python Google Chart Wrapper
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_2:${PORTSDIR}/graphics/py-imaging
PROJECTHOST= google-chartwrapper
PYDISTUTILS_AUTOPLIST= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>