summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Zip/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2001-10-22 05:46:50 +0000
committermartti <martti@pkgsrc.org>2001-10-22 05:46:50 +0000
commit5a37c293589908d36e4fa74cd28396d3ecb4bb81 (patch)
treefbac6be70f9b223826355c7637e7770e626b1b72 /archivers/p5-Archive-Zip/Makefile
parent11af42eeece8475a125c68390f167d352554051b (diff)
downloadpkgsrc-5a37c293589908d36e4fa74cd28396d3ecb4bb81.tar.gz
The Archive::Zip module allows a Perl program to create, manipulate,
read, and write Zip archive files.
Diffstat (limited to 'archivers/p5-Archive-Zip/Makefile')
-rw-r--r--archivers/p5-Archive-Zip/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile
new file mode 100644
index 00000000000..db17118f301
--- /dev/null
+++ b/archivers/p5-Archive-Zip/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/22 05:46:50 martti Exp $
+
+DISTNAME= Archive-Zip-0.11
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5zip
+CATEGORIES= archivers perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= perl5 module interface to manipulate zip files
+
+DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
+
+USE_PERL5= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Archive/Zip/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"