aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-SASL/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-05-31 11:19:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-05-31 11:19:32 +0000
commit0cb47f77537c2b13f5acb82c1ad559fbfe26a829 (patch)
treeca9945973b3815f11f68140f3be1ab0a2cb34abb /security/p5-Authen-SASL/Makefile
parent604cf10be2fdf875d9d65a0ecd7cc4e9ec54a2cf (diff)
downloadports-0cb47f77537c2b13f5acb82c1ad559fbfe26a829.tar.gz
ports-0cb47f77537c2b13f5acb82c1ad559fbfe26a829.zip
Notes
Diffstat (limited to 'security/p5-Authen-SASL/Makefile')
-rw-r--r--security/p5-Authen-SASL/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile
index aca831df2c73..d500435fed55 100644
--- a/security/p5-Authen-SASL/Makefile
+++ b/security/p5-Authen-SASL/Makefile
@@ -17,7 +17,8 @@ COMMENT= Perl5 module for SASL authentication
RUN_DEPENDS= p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC
BUILD_DEPENDS= ${RUN_DEPENDS}
-OPTIONS= KERBEROS "Enable Kerberos support" On
+OPTIONS_DEFINE= KERBEROS
+OPTIONS_DEFAULT= KERBEROS
PERL_CONFIGURE= yes
CONFIGURE_ENV+= AUTOMATED_TESTING=yes
@@ -32,10 +33,10 @@ MAN3= Authen::SASL.3 \
Authen::SASL::Perl::LOGIN.3 \
Authen::SASL::Perl::PLAIN.3
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
-.if !defined(WITHOUT_KERBEROS)
+.if ${PORT_OPTIONS:MKERBEROS}
RUN_DEPENDS+= p5-GSSAPI>0:${PORTSDIR}/security/p5-GSSAPI
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>