summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Zip
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
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')
-rw-r--r--archivers/p5-Archive-Zip/Makefile20
-rw-r--r--archivers/p5-Archive-Zip/distinfo4
-rw-r--r--archivers/p5-Archive-Zip/pkg/DESCR2
-rw-r--r--archivers/p5-Archive-Zip/pkg/PLIST1
4 files changed, 27 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"
diff --git a/archivers/p5-Archive-Zip/distinfo b/archivers/p5-Archive-Zip/distinfo
new file mode 100644
index 00000000000..2359f54e9c5
--- /dev/null
+++ b/archivers/p5-Archive-Zip/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/10/22 05:46:50 martti Exp $
+
+SHA1 (Archive-Zip-0.11.tar.gz) = cf1aa1c7b8e9db4e26e4bb423f2a2f7948acee26
+Size (Archive-Zip-0.11.tar.gz) = 54177 bytes
diff --git a/archivers/p5-Archive-Zip/pkg/DESCR b/archivers/p5-Archive-Zip/pkg/DESCR
new file mode 100644
index 00000000000..ac3073770d7
--- /dev/null
+++ b/archivers/p5-Archive-Zip/pkg/DESCR
@@ -0,0 +1,2 @@
+The Archive::Zip module allows a Perl program to create, manipulate,
+read, and write Zip archive files.
diff --git a/archivers/p5-Archive-Zip/pkg/PLIST b/archivers/p5-Archive-Zip/pkg/PLIST
new file mode 100644
index 00000000000..61cacbdfa28
--- /dev/null
+++ b/archivers/p5-Archive-Zip/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/22 05:46:50 martti Exp $