aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-Ident
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-06 02:34:53 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-06 02:34:53 +0000
commite600914c4fa20b94eb4bb7052bfb68a2872515a4 (patch)
tree6eb21776b896f6bc21ee3022f5bd6414208b1f3e /textproc/p5-Lingua-Ident
parent3e703a759051ee5f1a9ed1efaf93c5e482079d82 (diff)
downloadports-e600914c4fa20b94eb4bb7052bfb68a2872515a4.tar.gz
ports-e600914c4fa20b94eb4bb7052bfb68a2872515a4.zip
BROKEN: Does not compile with perl >=5.8
Notes
Notes: svn path=/head/; revision=100099
Diffstat (limited to 'textproc/p5-Lingua-Ident')
-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>