opnsense-ports/graphics/py-chart/Makefile
Franco Fichtner 63f445f3a6 */*: sync with upstream
Taken from: FreeBSD
2015-08-24 08:33:14 +02:00

20 lines
442 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= chart
PORTVERSION= 1.39
PORTREVISION= 6
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_PYTHON= distutils autoplist
USES= ghostscript:run python:2.7
.include <bsd.port.mk>