1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/graphics/py-chart/Makefile

23 lines
466 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= chart
PORTVERSION= 1.39
PORTREVISION= 4
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
USE_GHOSTSCRIPT_RUN= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= PyChart
NO_STAGE= yes
.include <bsd.port.mk>