diff options
author | minskim <minskim> | 2004-04-25 03:28:10 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-25 03:28:10 +0000 |
commit | 286e434b0669ca83ed101027331f1ad3f2a99863 (patch) | |
tree | 239592581867dcd0470582339f33267cd5734e48 | |
parent | 2d38a1930ce0107b852b1447aca8525675920088 (diff) | |
download | pkgsrc-286e434b0669ca83ed101027331f1ad3f2a99863.tar.gz |
Bl3ify and enable pkgviews installation.
-rw-r--r-- | devel/p5-Params-Validate/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Params-Validate/Makefile b/devel/p5-Params-Validate/Makefile index d2ea27ff5d3..f28d27b7495 100644 --- a/devel/p5-Params-Validate/Makefile +++ b/devel/p5-Params-Validate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/12/29 12:03:30 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/25 03:28:10 minskim Exp $ DISTNAME= Params-Validate-0.72 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,9 @@ COMMENT= Validate method/function parameters DEPENDS+= p5-Attribute-Handlers>=0.76:../../devel/p5-Attribute-Handlers -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Params/Validate/.packlist .include "../../lang/perl5/module.mk" |