diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 04:15:06 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 04:15:06 +0000 |
commit | 6d214ee391f743ff6a7706de026dc9456e98a50c (patch) | |
tree | a6260209bddd7113cadbc0989c2b8c4d3e40ca8d /devel | |
parent | a8149f8a24671907650f8788fce8ee88b5ff02e4 (diff) | |
download | pkgsrc-6d214ee391f743ff6a7706de026dc9456e98a50c.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-Container/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Class-Container/Makefile b/devel/p5-Class-Container/Makefile index dcd2adaf257..1d3a42bcd76 100644 --- a/devel/p5-Class-Container/Makefile +++ b/devel/p5-Class-Container/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/10/11 04:26:10 kim Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/25 04:15:06 minskim Exp $ DISTNAME= Class-Container-0.10 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,9 @@ COMMENT= Glues object frameworks together transparently DEPENDS+= p5-Params-Validate>=0.23:../../devel/p5-Params-Validate DEPENDS+= p5-Scalar-List-Utils-[0-9]*:../../devel/p5-Scalar-List-Utils -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/Container/.packlist .include "../../lang/perl5/module.mk" |