Remove outdated PERL_LEVEL check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-05-12 16:37:48 +00:00
parent f3f0371104
commit e9e3bca23d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501417

View File

@ -11,6 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= This module is required to build Perl RPM packages
BROKEN= does not build, op_sibling usage. https://rt.cpan.org/Public/Bug/Display.html?id=117350
TEST_DEPENDS= p5-Try-Tiny>=0:lang/p5-Try-Tiny
USES= perl5
@ -19,10 +21,4 @@ USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e 's| perl.clean||' ${WRKSRC}/Makefile.PL
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 502501
BROKEN= Does not build, op_sibling usage. https://rt.cpan.org/Public/Bug/Display.html?id=117350
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>