aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-07-14 17:24:11 +0800
committerclsung <clsung@FreeBSD.org>2006-07-14 17:24:11 +0800
commit311258fd344f6a6e7fb04d4edc86f80ce9adeb3b (patch)
treebdafb9e8ea08730d812e52329f128d6fa8a22564 /textproc
parent13c87f1e067e5fedba2ca2761c61a974323bafc4 (diff)
downloadfreebsd-ports-gnome-311258fd344f6a6e7fb04d4edc86f80ce9adeb3b.tar.gz
freebsd-ports-gnome-311258fd344f6a6e7fb04d4edc86f80ce9adeb3b.tar.zst
freebsd-ports-gnome-311258fd344f6a6e7fb04d4edc86f80ce9adeb3b.zip
- pointyhat fixing
PR: ports/100283 Submitted by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Tags/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-Text-Tags/Makefile b/textproc/p5-Text-Tags/Makefile
index d44d4e034e1e..b331c81bd34b 100644
--- a/textproc/p5-Text-Tags/Makefile
+++ b/textproc/p5-Text-Tags/Makefile
@@ -19,4 +19,10 @@ PERL_CONFIGURE= yes
MAN3= Text::Tags.3 Text::Tags::Parser.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again
+.endif
+
+.include <bsd.port.post.mk>