opnsense-ports/graphics/py-chart/Makefile
Franco Fichtner 934d69e7a3 */*: sync with upstream
Taken from: FreeBSD
2016-03-25 11:56:02 +01:00

20 lines
442 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= chart
PORTVERSION= 1.39
PORTREVISION= 7
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>