summaryrefslogtreecommitdiff
path: root/graphics/py-chart/Makefile
diff options
context:
space:
mode:
authordarcy <darcy@pkgsrc.org>2014-07-02 03:27:22 +0000
committerdarcy <darcy@pkgsrc.org>2014-07-02 03:27:22 +0000
commit7c16d29e713f9d96764227867059ff327bf7f5ed (patch)
tree6dabebcc7dff21adc1f4585d1405381672622ae1 /graphics/py-chart/Makefile
parent283c1d9839773652aba4ef5b9393832f0fd08d3c (diff)
downloadpkgsrc-7c16d29e713f9d96764227867059ff327bf7f5ed.tar.gz
PyChart is a Python library for creating high quality Encapsulated Postscript,
PDF, or PNG charts. It currently supports line plots, bar plots, range-fill plots, and pie charts. Because it is based on Python, you can make full use of Python's scripting power.
Diffstat (limited to 'graphics/py-chart/Makefile')
-rw-r--r--graphics/py-chart/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile
new file mode 100644
index 00000000000..5215dc431cb
--- /dev/null
+++ b/graphics/py-chart/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2014/07/02 03:27:22 darcy Exp $
+
+DISTNAME= PyChart-1.39
+PKGNAME= ${PYPKGPREFIX}-chart-1.39
+CATEGORIES= graphics python
+MASTER_SITES= http://download.gna.org/pychart/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://home.gna.org/pychart/
+COMMENT= Create high quality Encapsulated Postscript, PDF, or PNG charts
+LICENSE= gnu-gpl-v2
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"