summaryrefslogtreecommitdiff
path: root/graphics/p5-GD-SVG/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-GD-SVG/Makefile')
-rw-r--r--graphics/p5-GD-SVG/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/p5-GD-SVG/Makefile b/graphics/p5-GD-SVG/Makefile
new file mode 100644
index 00000000000..d7aaf4a9add
--- /dev/null
+++ b/graphics/p5-GD-SVG/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/16 20:34:25 heinz Exp $
+#
+
+DISTNAME= GD-SVG-0.28
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= graphics perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
+
+MAINTAINER= heinz@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/GD-SVG/
+COMMENT= Enables SVG output from scripts written using GD
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-GD-[0-9]*:../../graphics/p5-GD
+DEPENDS+= p5-SVG-[0-9]*:../../graphics/p5-SVG
+
+PERL5_PACKLIST= auto/GD/SVG/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"