aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-06 10:34:53 +0800
committerkris <kris@FreeBSD.org>2004-02-06 10:34:53 +0800
commit8e7f203eb33793b3114aa92ca031adf000d20bd2 (patch)
tree15f8bfa351910f8cc5da0d84ae4a9ce80d1783b6 /textproc
parentfaa1b6ce7eecf0ac3499a8a3bb3bfccb9569515c (diff)
downloadfreebsd-ports-gnome-8e7f203eb33793b3114aa92ca031adf000d20bd2.tar.gz
freebsd-ports-gnome-8e7f203eb33793b3114aa92ca031adf000d20bd2.tar.zst
freebsd-ports-gnome-8e7f203eb33793b3114aa92ca031adf000d20bd2.zip
BROKEN: Does not compile with perl >=5.8
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Lingua-Ident/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-Lingua-Ident/Makefile b/textproc/p5-Lingua-Ident/Makefile
index 2d4f05b2482c..0e7e9da581b6 100644
--- a/textproc/p5-Lingua-Ident/Makefile
+++ b/textproc/p5-Lingua-Ident/Makefile
@@ -21,4 +21,10 @@ MAN1= trainlid.1
MAN3= Lingua::Ident.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 500800
+BROKEN= "Does not compile with perl >=5.8"
+.endif
+
+.include <bsd.port.post.mk>