summaryrefslogtreecommitdiff
path: root/mail/pronto
diff options
context:
space:
mode:
Diffstat (limited to 'mail/pronto')
-rw-r--r--mail/pronto/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/pronto/Makefile b/mail/pronto/Makefile
index fd105a810263..1c9b0a011977 100644
--- a/mail/pronto/Makefile
+++ b/mail/pronto/Makefile
@@ -35,4 +35,10 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysq
RUN_DEPENDS= ${BUILD_DEPENDS}
-.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>