aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-Ident/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Lingua-Ident/Makefile')
-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>