1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

net-mgmt/p5-Net-IPv6Addr: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42)

This commit is contained in:
Po-Chuan Hsieh 2021-07-14 23:56:01 +08:00
parent 77bfe6fcdc
commit b7f5ced1fc
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

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