1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

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.
This commit is contained in:
Po-Chuan Hsieh 2024-02-21 23:01:24 +08:00
parent 5f0679bb28
commit 30f737dd51
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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