diff options
Diffstat (limited to 'archivers/p5-Archive-Zip/Makefile')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 7e2835cd6d6..e60d904e06e 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.12 2004/08/02 21:33:47 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2004/11/13 15:59:24 seb Exp $ -DISTNAME= Archive-Zip-1.12 +DISTNAME= Archive-Zip-1.14 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5zip CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Archive-Zip/ COMMENT= Perl5 module interface to manipulate zip files DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib |