22 lines
464 B
Makefile
22 lines
464 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
|
|
|
|
BROKEN= unfetchable
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
USES= ghostscript:run python:2.7
|
|
|
|
.include <bsd.port.mk>
|