freebsd-ports/graphics/py-chart/Makefile

23 lines
466 B
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
PORTNAME= chart
PORTVERSION= 1.39
2012-06-01 07:26:28 +02:00
PORTREVISION= 4
CATEGORIES= graphics python
MASTER_SITES= http://download.gna.org/pychart/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyChart-${PORTVERSION}
2009-02-17 17:47:12 +01:00
MAINTAINER= nivit@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= Create high quality Encapsulated Postscript, PDF, or PNG charts
USE_GHOSTSCRIPT_RUN= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= PyChart
NO_STAGE= yes
.include <bsd.port.mk>