summaryrefslogtreecommitdiffstats
path: root/mail/pronto/Makefile
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2004-05-17 10:57:58 +0000
committererwin <erwin@FreeBSD.org>2004-05-17 10:57:58 +0000
commit912366a980ba88712028de7654edc1283388e0ad (patch)
tree48926ef08b2b84a7592e481fc78556c37c10a565 /mail/pronto/Makefile
parent5ffa10b8bf10b266571628bc05cd15dc3a6a00c2 (diff)
downloadFreeBSD-ports-912366a980ba88712028de7654edc1283388e0ad.zip
FreeBSD-ports-912366a980ba88712028de7654edc1283388e0ad.tar.gz
Mark IGNORE for perl < 5.6
Noticed by: kris
Diffstat (limited to 'mail/pronto/Makefile')
-rw-r--r--mail/pronto/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/pronto/Makefile b/mail/pronto/Makefile
index fd105a8..1c9b0a0 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>
OpenPOWER on IntegriCloud