diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2006-05-05 09:24:53 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2006-05-05 09:24:53 +0000 |
commit | ab584b34f17dfa2a3def59370cdd5d98d20415d4 (patch) | |
tree | 6890723df27e325ed8aa1bad43da58642833e8e6 | |
parent | a72b53ead9dfc2bf49e6cb7b8f7bb12da18d6595 (diff) | |
download | freebsd-ports-ab584b34f17dfa2a3def59370cdd5d98d20415d4.zip |
Require perl 5.6 or later.
-rw-r--r-- | security/p5-Authen-SASL-Cyrus/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/p5-Authen-SASL-Cyrus/Makefile b/security/p5-Authen-SASL-Cyrus/Makefile index 2d06420f31e3..febb975a5bd5 100644 --- a/security/p5-Authen-SASL-Cyrus/Makefile +++ b/security/p5-Authen-SASL-Cyrus/Makefile @@ -24,4 +24,10 @@ CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" MAN3= Authen::SASL::Cyrus.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again +.endif + +.include <bsd.port.post.mk> |