summaryrefslogtreecommitdiff
path: root/graphics/p5-GDGraph/Makefile
diff options
context:
space:
mode:
authorrh <rh>2000-07-16 20:24:42 +0000
committerrh <rh>2000-07-16 20:24:42 +0000
commitfd508d3eb0fb1d6754af180af2c4f89b5acbbf78 (patch)
tree632c2503152a1ff0886528005b8aaccac4c3acc9 /graphics/p5-GDGraph/Makefile
parentf349681e7cdd462f684be0b20ef6526e7a6d77ab (diff)
downloadpkgsrc-fd508d3eb0fb1d6754af180af2c4f89b5acbbf78.tar.gz
Initial import of p5-GDGraph-1.32, a perl5 module to create charts using
the GD module. This package was provided in PR 10610 by Damon Brodie (damon@brodiefamily.org).
Diffstat (limited to 'graphics/p5-GDGraph/Makefile')
-rw-r--r--graphics/p5-GDGraph/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/p5-GDGraph/Makefile b/graphics/p5-GDGraph/Makefile
new file mode 100644
index 00000000000..54465a49ece
--- /dev/null
+++ b/graphics/p5-GDGraph/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/07/16 20:24:42 rh Exp $
+#
+
+DISTNAME= GDGraph-1.32
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= graphics perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
+
+MAINTAINER= damon@brodiefamily.org
+HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/GDGraph/Graph.html
+
+DEPENDS+= p5-GDTextUtil>=0.75:../../graphics/p5-GDTextUtil
+
+USE_PERL5= yes
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"