summaryrefslogtreecommitdiff
path: root/graphics/p5-GD-SVG/Makefile
diff options
context:
space:
mode:
authorheinz <heinz>2007-05-16 20:34:25 +0000
committerheinz <heinz>2007-05-16 20:34:25 +0000
commita04d7552394066804852184b4e17c534e207290d (patch)
tree19c938bb40f6f31217355c58ec4b4293f7edb940 /graphics/p5-GD-SVG/Makefile
parent24aa26e2b4c58a8570465b95619c8c67d3668ea2 (diff)
downloadpkgsrc-a04d7552394066804852184b4e17c534e207290d.tar.gz
Initial import of p5-GD-SVG 0.28.
GD::SVG seamlessly enables the scalable vector graphics (SVG) output from scripts written using GD. It accomplishes this by translating GD functions into SVG functions.
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"