From f5e0e819b5eead0490d4f74e0a4980c6b8902188 Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 16 Aug 2004 13:20:19 +0000 Subject: [PATCH] mail/p5-Mail-Webmail-Gmail: add IGNORE for perl verion < 5.6 - perl5.00503 does not build... PR: ports/70537 Submitted by: Cheng-Lung Sung --- mail/p5-Mail-Webmail-Gmail/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mail/p5-Mail-Webmail-Gmail/Makefile b/mail/p5-Mail-Webmail-Gmail/Makefile index 8e99c4b..277dff1 100644 --- a/mail/p5-Mail-Webmail-Gmail/Makefile +++ b/mail/p5-Mail-Webmail-Gmail/Makefile @@ -23,4 +23,10 @@ PERL_CONFIGURE= yes MAN3= Mail::Webmail::Gmail.3 -.include +.include + +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again +.endif + +.include -- cgit v1.1