Mark BROKEN on latest Perl, it has not been updated to support it yet.

PR:		247826
This commit is contained in:
Mathieu Arnold 2020-07-20 14:56:28 +00:00
parent 91f50b4829
commit eae40a918c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542643

View file

@ -19,4 +19,10 @@ USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Regexp/Compare/Compare.so
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 503100
BROKEN= does not support 5.31+
.endif
.include <bsd.port.post.mk>