summaryrefslogtreecommitdiff
path: root/graphics/py-chart/Makefile
diff options
context:
space:
mode:
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"