aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:01:24 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:11:06 +0000
commit30f737dd51216e669d9b117bdcb562f11acb5667 (patch)
treee4b2cd01ca97a48791d3030bd36156b8fb66174b
parent5f0679bb28c9f8b64ac01533c70f7b65acf96340 (diff)
downloadports-30f737dd51216e669d9b117bdcb562f11acb5667.tar.gz
ports-30f737dd51216e669d9b117bdcb562f11acb5667.zip
math/p5-bignum: Remove Perl core module
- Update version requirement of *_DEPENDS - Bump PORTREVISION for dependency change Math::BigRat has been merged into Math::BigInt since 2.000000.
-rw-r--r--math/p5-bignum/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-bignum/Makefile b/math/p5-bignum/Makefile
index 3a6b94298140..489efee1196e 100644
--- a/math/p5-bignum/Makefile
+++ b/math/p5-bignum/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bignum
PORTVERSION= 0.67
+PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PJACKLAM
@@ -13,8 +14,7 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-Carp>=1.22:devel/p5-Carp \
- p5-Math-BigInt>=1.999830:math/p5-Math-BigInt
+RUN_DEPENDS= p5-Math-BigInt>=2.000000:math/p5-Math-BigInt
USES= perl5
USE_PERL5= configure