summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Extract/Makefile
diff options
context:
space:
mode:
authormef <mef>2015-01-26 07:48:36 +0000
committermef <mef>2015-01-26 07:48:36 +0000
commitb59bb0bff72b28fff6a301adb8fb582632277cb3 (patch)
treefa670a03b74ed4d3b92255054bb84401a9bbbb8c /archivers/p5-Archive-Extract/Makefile
parent816f99a49d229903f9aebdf5e07e189e0a8d0d85 (diff)
downloadpkgsrc-b59bb0bff72b28fff6a301adb8fb582632277cb3.tar.gz
Import p5-Archive-Extract-0.74 as archivers/p5-Archive-Extract.
Archive::Extract is a generic archive extraction mechanism. It allows you to extract .tgz, .tar, .gz and .zip files, using either perl modules or commandline tools This was first released with perl v5.9.5, deprecated (will be CPAN-only) in v5.17.9 and removed from v5.19.0
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"