summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheinz <heinz>2008-04-06 15:46:54 +0000
committerheinz <heinz>2008-04-06 15:46:54 +0000
commit076aa20e0e213dd723a93f4a536fdbd15acba590 (patch)
tree3e14e066e338c97cf42764823f98bf2ad7f60033
parent6eb854e564e09bdff3045bb08e41165dec00176d (diff)
downloadpkgsrc-076aa20e0e213dd723a93f4a536fdbd15acba590.tar.gz
The package supports installation to DESTDIR.
No C compiler required.
-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"