math/p5-Math-BigInt-Lite: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42)

This commit is contained in:
Po-Chuan Hsieh 2021-07-07 03:16:45 +08:00
parent 2916d7b40d
commit 2c0fd9a670
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -18,11 +18,4 @@ USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 503000
BUILD_DEPENDS+= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
RUN_DEPENDS+= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>