From 966f7421ad42a719ec6711c4867d5c46192d2338 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Mon, 17 May 2004 10:57:58 +0000 Subject: Mark IGNORE for perl < 5.6 Noticed by: kris --- mail/pronto/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mail/pronto') 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 +.include + +.if ${PERL_LEVEL} < 500600 +IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again. +.endif + +.include -- cgit v1.2.3