git: b7f5ced1fc41 - main - net-mgmt/p5-Net-IPv6Addr: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42e95d712a079e5525232843ee0c5d6c)

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 14 16:19:00 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b7f5ced1fc419da90f73b184c3c8afe0c69af609

commit b7f5ced1fc419da90f73b184c3c8afe0c69af609
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 15:56:01 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:10:33 +0000

    net-mgmt/p5-Net-IPv6Addr: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42e95d712a079e5525232843ee0c5d6c)
---
 net-mgmt/p5-Net-IPv6Addr/Makefile | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-mgmt/p5-Net-IPv6Addr/Makefile b/net-mgmt/p5-Net-IPv6Addr/Makefile
index 7ac7cce7293d..596903f6701f 100644
--- a/net-mgmt/p5-Net-IPv6Addr/Makefile
+++ b/net-mgmt/p5-Net-IPv6Addr/Makefile
@@ -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>


More information about the dev-commits-ports-main mailing list