diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 02:34:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 02:34:53 +0000 |
commit | e600914c4fa20b94eb4bb7052bfb68a2872515a4 (patch) | |
tree | 6eb21776b896f6bc21ee3022f5bd6414208b1f3e /textproc/p5-Lingua-Ident | |
parent | 3e703a759051ee5f1a9ed1efaf93c5e482079d82 (diff) | |
download | ports-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/Makefile | 8 |
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> |