diff options
author | minskim <minskim> | 2004-07-28 02:47:34 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-07-28 02:47:34 +0000 |
commit | 1ae420994665082ead3119863db4ce8986159143 (patch) | |
tree | a2db94abf3df23400d346801b7559fa165b0b694 /archivers/p5-Archive-Zip | |
parent | 857a94f7bc9bd3cec077d6eeb0925d28bd84904e (diff) | |
download | pkgsrc-1ae420994665082ead3119863db4ce8986159143.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'archivers/p5-Archive-Zip')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 6ad327554a7..21901c92ade 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/07/16 12:45:23 seb Exp $ +# $NetBSD: Makefile,v 1.11 2004/07/28 02:47:35 minskim Exp $ DISTNAME= Archive-Zip-1.12 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ COMMENT= Perl5 module interface to manipulate zip files DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Archive/Zip/.packlist |