summaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-Depends
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2008-03-17 22:13:35 +0000
committerheinz <heinz@pkgsrc.org>2008-03-17 22:13:35 +0000
commitb1482ba4946ad8b9028454d24a8c5b1c94970c3f (patch)
tree88c675b6e18c7741f8808544b94eb67695765809 /devel/p5-ExtUtils-Depends
parent729f7bf2dac91cbe5b3df1f31b7ec4d7d2f9c611 (diff)
downloadpkgsrc-b1482ba4946ad8b9028454d24a8c5b1c94970c3f.tar.gz
The package supports installation to DESTDIR. It does not need a
compiler.
Diffstat (limited to 'devel/p5-ExtUtils-Depends')
-rw-r--r--devel/p5-ExtUtils-Depends/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-ExtUtils-Depends/Makefile b/devel/p5-ExtUtils-Depends/Makefile
index 7cd049e9949..48a6931e3ad 100644
--- a/devel/p5-ExtUtils-Depends/Makefile
+++ b/devel/p5-ExtUtils-Depends/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/02/27 09:09:37 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2008/03/17 22:13:35 heinz Exp $
#
DISTNAME= ExtUtils-Depends-0.205
@@ -10,8 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gtk2-perl.sourceforge.net/
COMMENT= Easily build XS extensions that depend on XS extensions
+PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
+USE_LANGUAGES= # empty
+
PERL5_PACKLIST= auto/ExtUtils/Depends/.packlist
.include "../../lang/perl5/module.mk"