diff options
author | martti <martti> | 2001-10-22 05:46:50 +0000 |
---|---|---|
committer | martti <martti> | 2001-10-22 05:46:50 +0000 |
commit | c99137e8a18e059ac7b0f7605f1497cb817c2aed (patch) | |
tree | fbac6be70f9b223826355c7637e7770e626b1b72 /archivers | |
parent | bf333727634ab896ec176d7cce77ddbfeb952450 (diff) | |
download | pkgsrc-c99137e8a18e059ac7b0f7605f1497cb817c2aed.tar.gz |
The Archive::Zip module allows a Perl program to create, manipulate,
read, and write Zip archive files.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 20 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/distinfo | 4 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/pkg/DESCR | 2 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/pkg/PLIST | 1 |
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 $ |