diff options
author | heinz <heinz@pkgsrc.org> | 2008-04-06 15:26:12 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-04-06 15:26:12 +0000 |
commit | cd5fc9726761637cb050a41fba8553a4747cfe3d (patch) | |
tree | 121fcbe2b8c268bee24ca903e99d436e0f34ab1a /devel/p5-Params-Validate | |
parent | b23d07e8068af3df35ecd36e2636827267a481ab (diff) | |
download | pkgsrc-cd5fc9726761637cb050a41fba8553a4747cfe3d.tar.gz |
The package supports installation to DESTDIR.
A C compiler is required.
Diffstat (limited to 'devel/p5-Params-Validate')
-rw-r--r-- | devel/p5-Params-Validate/Makefile | 10 |
1 files changed, 6 insertions, 4 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" |