summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2008-04-06 15:26:12 +0000
committerheinz <heinz@pkgsrc.org>2008-04-06 15:26:12 +0000
commita83c6bcfd22138df9f5d04e41a617b33b260de94 (patch)
tree121fcbe2b8c268bee24ca903e99d436e0f34ab1a /devel
parent7df0ecddb50308c1cacdbb11a3f70a6916967031 (diff)
downloadpkgsrc-a83c6bcfd22138df9f5d04e41a617b33b260de94.tar.gz
The package supports installation to DESTDIR.
A C compiler is required.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Params-Validate/Makefile10
-rw-r--r--devel/p5-Scalar-List-Utils/Makefile4
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"