aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache2-SiteControl
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-07 16:53:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-07 16:53:45 +0000
commitb7df0651651ef059fd4db24d7b77113e72ad6c15 (patch)
treee492c56fa7379da1ca224d6c3b1e9a31bdf1f7d9 /www/p5-Apache2-SiteControl
parentf391ca611e4a642fc3b0e7df30f4a60b63f60b71 (diff)
downloadports-b7df0651651ef059fd4db24d7b77113e72ad6c15.tar.gz
ports-b7df0651651ef059fd4db24d7b77113e72ad6c15.zip
- Convert to OptionsNG
- Trim header Reviewed by: bapt
Notes
Notes: svn path=/head/; revision=313599
Diffstat (limited to 'www/p5-Apache2-SiteControl')
-rw-r--r--www/p5-Apache2-SiteControl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-Apache2-SiteControl/Makefile b/www/p5-Apache2-SiteControl/Makefile
index fc6a135f80f9..5e02498f3b0a 100644
--- a/www/p5-Apache2-SiteControl/Makefile
+++ b/www/p5-Apache2-SiteControl/Makefile
@@ -26,7 +26,8 @@ RUN_DEPENDS= p5-Apache-AuthCookie>=3.08:${PORTSDIR}/www/p5-Apache-AuthCookie \
p5-Crypt-CBC>=2.14:${PORTSDIR}/security/p5-Crypt-CBC \
p5-libapreq2>=2.05:${PORTSDIR}/www/p5-libapreq2
-OPTIONS= RADIUS "Support for RADIUS back-end" on
+OPTIONS_DEFINE= RADIUS
+OPTIONS_DEFAULT= RADIUS
PERL_CONFIGURE= yes
@@ -41,7 +42,7 @@ MAN3= Apache2::SiteControl.3 \
.include <bsd.port.options.mk>
-.if !defined(WITHOUT_RADIUS)
+.if ! ${PORT_OPTIONS:MRADIUS}
RUN_DEPENDS+= p5-Authen-Radius>=0.10:${PORTSDIR}/security/p5-Authen-Radius
.endif