freebsd-ports/graphics/py-chart/Makefile
2014-08-15 20:55:03 +00:00

21 lines
451 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= chart
PORTVERSION= 1.39
PORTREVISION= 5
CATEGORIES= graphics python
MASTER_SITES= http://download.gna.org/pychart/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyChart-${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Create high quality Encapsulated Postscript, PDF, or PNG charts
LICENSE= GPLv2
USE_GHOSTSCRIPT_RUN= yes
USE_PYTHON= distutils autoplist
USES= python:2.7
.include <bsd.port.mk>