aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-AuthCookie
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-08-05 05:58:29 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-08-05 05:58:29 +0000
commit7e83d2ec396393f699212a1eff2417632676571a (patch)
treea912adb702f9cc3988b2f03df8692bfa885786d3 /www/p5-Apache-AuthCookie
parent01bf26496488e4be3ee3c9f1ecf6ec6b93cb2f43 (diff)
downloadports-7e83d2ec396393f699212a1eff2417632676571a.tar.gz
ports-7e83d2ec396393f699212a1eff2417632676571a.zip
- Fix port build
PR: ports/181046 Submitted by: Erick Turnquist <jhujhiti@adjectivism.org>
Notes
Notes: svn path=/head/; revision=324259
Diffstat (limited to 'www/p5-Apache-AuthCookie')
-rw-r--r--www/p5-Apache-AuthCookie/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile
index 504351252a94..bbce753d9dea 100644
--- a/www/p5-Apache-AuthCookie/Makefile
+++ b/www/p5-Apache-AuthCookie/Makefile
@@ -16,14 +16,14 @@ BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_APACHE= 22+
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.pre.mk>
CURUSER?= `whoami`
CURGRP?= `groups | ${AWK} '{print $$1}'`
TESTPORT?= 8228
-USES= perl5
-USE_PERL5= configure
CONFIGURE_ENV+= APACHE="${HTTPD}" \
TESTUSER="${CURUSER}" \
TESTGRP="${CURGRP}" \