aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-SWF-File
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2003-06-11 02:06:53 +0800
committerskv <skv@FreeBSD.org>2003-06-11 02:06:53 +0800
commit86126226b968186546d1f3ee082c397db814365c (patch)
treeb28650c9d4f3301df36a7ae9b3d2e87f66ce704a /graphics/p5-SWF-File
parenta1995e39221eb3f2d20b2b98769ce5241344f61b (diff)
downloadfreebsd-ports-gnome-86126226b968186546d1f3ee082c397db814365c.tar.gz
freebsd-ports-gnome-86126226b968186546d1f3ee082c397db814365c.tar.zst
freebsd-ports-gnome-86126226b968186546d1f3ee082c397db814365c.zip
IGNORE this port if perl version less than 5.6.0
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>