summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Extract/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/p5-Archive-Extract/Makefile')
-rw-r--r--archivers/p5-Archive-Extract/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/archivers/p5-Archive-Extract/Makefile b/archivers/p5-Archive-Extract/Makefile
new file mode 100644
index 00000000000..a02d4896951
--- /dev/null
+++ b/archivers/p5-Archive-Extract/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2015/01/26 07:48:36 mef Exp $
+
+DISTNAME= Archive-Extract-0.74
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= archivers perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/~bingos/Archive-Extract/
+COMMENT= Perl5 module interface to manipulate zip files
+LICENSE= ${PERL5_LICENSE}
+
+#DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Raw::Zlib>=2.017
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Archive/Extract/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"