From 1fd392af4e6b8d0a9ba2162db759df51121591ce Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Tue, 10 Jun 2003 18:06:53 +0000 Subject: IGNORE this port if perl version less than 5.6.0 --- graphics/p5-SWF-File/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/p5-SWF-File/Makefile b/graphics/p5-SWF-File/Makefile index 5e968b77f8f8..160c1566def4 100644 --- a/graphics/p5-SWF-File/Makefile +++ b/graphics/p5-SWF-File/Makefile @@ -31,4 +31,10 @@ post-patch: post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile -.include +.include + +.if ${PERL_LEVEL} < 500600 +IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 or lang/perl5.8 then try again +.endif + +.include -- cgit v1.2.3