summaryrefslogtreecommitdiff
path: root/graphics/py-chart/Makefile
diff options
context:
space:
mode:
authordarcy <darcy>2014-07-02 03:27:22 +0000
committerdarcy <darcy>2014-07-02 03:27:22 +0000
commit01a0d19a45c654abd712980a4389919feac82450 (patch)
tree6dabebcc7dff21adc1f4585d1405381672622ae1 /graphics/py-chart/Makefile
parent3f7f3f6627313ee2b287b326e6d81b60a3686a8b (diff)
downloadpkgsrc-01a0d19a45c654abd712980a4389919feac82450.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"