summaryrefslogtreecommitdiff
path: root/graphics/p5-SWF-File/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-SWF-File/Makefile')
-rw-r--r--graphics/p5-SWF-File/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/p5-SWF-File/Makefile b/graphics/p5-SWF-File/Makefile
new file mode 100644
index 00000000000..2afe6a97078
--- /dev/null
+++ b/graphics/p5-SWF-File/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/09 15:12:35 minskim Exp $
+#
+
+DISTNAME= SWF-File-0.22
+CATEGORIES= graphics www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YS/YSAS/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/SWF-File/
+COMMENT= Manipulating Flash movie (SWF) files
+
+DEPENDS+= p5-Data-TemporaryBag-[0-9]*:../../devel/p5-Data-TemporaryBag
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= yes
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SWF/File/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"