1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Does not work with Perl 5.30.

With hat:	perl@
This commit is contained in:
Mathieu Arnold 2019-06-19 22:41:15 +00:00
parent 48d8fc85fa
commit 4421650ac0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504591

View File

@ -19,4 +19,10 @@ USES= perl5
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} >= 503000
BROKEN= does not support 5.30+
.endif
.include <bsd.port.post.mk>