summaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-Depends
diff options
context:
space:
mode:
authorheinz <heinz>2008-03-17 22:13:35 +0000
committerheinz <heinz>2008-03-17 22:13:35 +0000
commit8ac392e4cde711a2558489635eb050dbb81e2587 (patch)
tree88c675b6e18c7741f8808544b94eb67695765809 /devel/p5-ExtUtils-Depends
parentab128c452ca78ebd1f6182bc2736d11da6a4c87a (diff)
downloadpkgsrc-8ac392e4cde711a2558489635eb050dbb81e2587.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"