summaryrefslogtreecommitdiff
path: root/devel/p5-Params-Validate
diff options
context:
space:
mode:
authorheinz <heinz>2008-04-06 15:26:12 +0000
committerheinz <heinz>2008-04-06 15:26:12 +0000
commitc1dd00d08e9186f83e28ab8d33652184b69d33e6 (patch)
tree121fcbe2b8c268bee24ca903e99d436e0f34ab1a /devel/p5-Params-Validate
parent92f16931c451715c459fe255d732676cbc2ba155 (diff)
downloadpkgsrc-c1dd00d08e9186f83e28ab8d33652184b69d33e6.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/Makefile10
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"