summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2008-04-06 15:46:54 +0000
committerheinz <heinz@pkgsrc.org>2008-04-06 15:46:54 +0000
commit41001846b329ceaa21f46228e3928616f2a5fdb8 (patch)
tree3e14e066e338c97cf42764823f98bf2ad7f60033 /www
parent2397ff1e477acc5cf2c89ea4b992cedf7a1a5d83 (diff)
downloadpkgsrc-41001846b329ceaa21f46228e3928616f2a5fdb8.tar.gz
The package supports installation to DESTDIR.
No C compiler required.
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache-Test/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile
index 02b776c76c9..b5445eb096f 100644
--- a/www/p5-Apache-Test/Makefile
+++ b/www/p5-Apache-Test/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/02/18 03:25:51 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2008/04/06 15:46:54 heinz Exp $
#
DISTNAME= Apache-Test-1.29
@@ -11,8 +11,11 @@ MAINTAINER= adam@migus.org
HOMEPAGE= http://search.cpan.org/dist/Apache-Test/
COMMENT= Wrapper for Test.pm to test an Apache server
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFLICTS+= ap2-perl-[0-9]*
+USE_LANGUAGES= # none
PERL5_PACKLIST= auto/Apache/Test/.packlist
.include "../../lang/perl5/module.mk"