diff options
author | skv <skv@FreeBSD.org> | 2003-06-11 02:06:53 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2003-06-11 02:06:53 +0800 |
commit | 86126226b968186546d1f3ee082c397db814365c (patch) | |
tree | b28650c9d4f3301df36a7ae9b3d2e87f66ce704a /graphics/p5-SWF-File | |
parent | a1995e39221eb3f2d20b2b98769ce5241344f61b (diff) | |
download | freebsd-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/Makefile | 8 |
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> |