aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-SWF-File
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-06-10 18:06:53 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-06-10 18:06:53 +0000
commit1fd392af4e6b8d0a9ba2162db759df51121591ce (patch)
tree440d6c9718df4ee577c52700d0c73433f9e401d2 /graphics/p5-SWF-File
parentc853a41263a26e76ab1342f0f2233f45fb93b947 (diff)
downloadports-1fd392af4e6b8d0a9ba2162db759df51121591ce.tar.gz
ports-1fd392af4e6b8d0a9ba2162db759df51121591ce.zip
IGNORE this port if perl version less than 5.6.0
Notes
Notes: svn path=/head/; revision=82709
Diffstat (limited to 'graphics/p5-SWF-File')
-rw-r--r--graphics/p5-SWF-File/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.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 <bsd.port.post.mk>