git: 2c0fd9a67091 - main - math/p5-Math-BigInt-Lite: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42e95d712a079e5525232843ee0c5d6c)

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jul 6 19:19:33 UTC 2021


The branch main has been updated by sunpoet:

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

commit 2c0fd9a670915b6803070cf795f3a45ca642913d
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-06 19:16:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-06 19:16:45 +0000

    math/p5-Math-BigInt-Lite: Remove PERL_LEVEL check after perl5.28 removal (d67ea7eb42e95d712a079e5525232843ee0c5d6c)
---
 math/p5-Math-BigInt-Lite/Makefile | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/math/p5-Math-BigInt-Lite/Makefile b/math/p5-Math-BigInt-Lite/Makefile
index 00955d301110..aedf10d8368d 100644
--- a/math/p5-Math-BigInt-Lite/Makefile
+++ b/math/p5-Math-BigInt-Lite/Makefile
@@ -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>


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