diff options
author | heinz <heinz> | 2008-04-06 15:26:12 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-04-06 15:26:12 +0000 |
commit | d29b9ffe7718f192d2b9151bc7a0a4775ce798bd (patch) | |
tree | 121fcbe2b8c268bee24ca903e99d436e0f34ab1a | |
parent | aec011d3f2405539225fbe839805bf642491e7fd (diff) | |
download | pkgsrc-d29b9ffe7718f192d2b9151bc7a0a4775ce798bd.tar.gz |
The package supports installation to DESTDIR.
A C compiler is required.
-rw-r--r-- | devel/p5-Params-Validate/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Scalar-List-Utils/Makefile | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/devel/p5-Params-Validate/Makefile b/devel/p5-Params-Validate/Makefile index abbbccc5d46..778ea9b5444 100644 --- a/devel/p5-Params-Validate/Makefile +++ b/devel/p5-Params-Validate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2007/11/08 19:36:36 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2008/04/06 15:26:12 heinz Exp $ DISTNAME= Params-Validate-0.89 PKGNAME= p5-${DISTNAME} @@ -10,11 +10,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Params-Validate/ COMMENT= Validate method/function parameters -DEPENDS+= p5-Attribute-Handlers>=0.76:../../devel/p5-Attribute-Handlers - +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews -PERL5_PACKLIST= auto/Params/Validate/.packlist +DEPENDS+= p5-Attribute-Handlers>=0.76:../../devel/p5-Attribute-Handlers + +USE_LANGUAGES= c +PERL5_PACKLIST= auto/Params/Validate/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Scalar-List-Utils/Makefile b/devel/p5-Scalar-List-Utils/Makefile index 314c3cc55ce..59a5fcd0ca4 100644 --- a/devel/p5-Scalar-List-Utils/Makefile +++ b/devel/p5-Scalar-List-Utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/02/18 02:04:56 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2008/04/06 15:32:11 heinz Exp $ # DISTNAME= Scalar-List-Utils-1.19 @@ -11,8 +11,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Scalar-List-Utils/ COMMENT= Perl subroutines that would be nice to have in the perl core +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_LANGUAGES= c PERL5_PACKLIST= auto/List/Util/.packlist .include "../../lang/perl5/module.mk" |