Mark broken for perl > 5.8.0.

Submitted by:	kris
This commit is contained in:
Erwin Lansing 2004-05-18 06:52:30 +00:00
parent 0c0e894016
commit 89002201d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109402

View File

@ -19,4 +19,10 @@ PERL_CONFIGURE= YES
MAN3= Include.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} > 500800
BROKEN= Does not install
.endif
.include <bsd.port.post.mk>