summaryrefslogtreecommitdiff
path: root/graphics/p5-Chart-ThreeD/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-Chart-ThreeD/Makefile')
-rw-r--r--graphics/p5-Chart-ThreeD/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/p5-Chart-ThreeD/Makefile b/graphics/p5-Chart-ThreeD/Makefile
new file mode 100644
index 00000000000..ebdd1b4f734
--- /dev/null
+++ b/graphics/p5-Chart-ThreeD/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/04 21:21:12 he Exp $
+
+DISTNAME= Chart-ThreeD-0.01
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5c3d
+CATEGORIES= graphics perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Chart/}
+
+MAINTAINER= he@NetBSD.org
+HOMEPAGE= http://search.cpan.org/~ftassin/Chart-ThreeD-0.01/
+COMMENT= Three-Dimentional pie chart plotting
+
+DEPENDS+= p5-GD>=2.16:../../graphics/p5-GD
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Chart-ThreeD/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"