aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-WikiFormat
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-08-04 13:34:05 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-08-04 13:34:05 +0000
commit1d31216566f4a746f80523c36a2cebc5d3788f91 (patch)
treebad982f0809809059e37b866e8b18a38fa3502cf /textproc/p5-Text-WikiFormat
parent49a85a5afc42c28e8aa6da2b2d22c6f0c49203df (diff)
downloadports-1d31216566f4a746f80523c36a2cebc5d3788f91.tar.gz
ports-1d31216566f4a746f80523c36a2cebc5d3788f91.zip
IGNORE with old Perl.
Reported by: pointyhat via kris Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=140771
Diffstat (limited to 'textproc/p5-Text-WikiFormat')
-rw-r--r--textproc/p5-Text-WikiFormat/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile
index 421bfa9f82ab..f4ae373bcc1a 100644
--- a/textproc/p5-Text-WikiFormat/Makefile
+++ b/textproc/p5-Text-WikiFormat/Makefile
@@ -24,4 +24,10 @@ PERL_MODBUILD= yes
MAN3= Text::WikiFormat.3 \
Text::WikiFormat::Blocks.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires Perl 5.6 or newer. Install lang/perl5 or lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>