math/p5-Math-BigInt-Lite: Update to 0.25
Changes: https://metacpan.org/dist/Math-BigInt-Lite/changes
This commit is contained in:
parent
b1e9dbc1b3
commit
f3fdfee9da
2 changed files with 12 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= Math-BigInt-Lite
|
||||
PORTVERSION= 0.24
|
||||
PORTVERSION= 0.25
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -13,8 +13,6 @@ LICENSE= ART10 GPLv1+
|
|||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Math-BigInt>=1.999821:math/p5-Math-BigInt
|
||||
TEST_DEPENDS= p5-Math-BigRat>=0.2616:math/p5-Math-BigRat
|
||||
|
||||
USES= perl5
|
||||
|
@ -22,4 +20,11 @@ USE_PERL5= configure
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 503600
|
||||
BUILD_DEPENDS+= p5-Math-BigInt>=1.999819:math/p5-Math-BigInt
|
||||
RUN_DEPENDS+= p5-Math-BigInt>=1.999819:math/p5-Math-BigInt
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1634111698
|
||||
SHA256 (Math-BigInt-Lite-0.24.tar.gz) = 1230c8b854d878fc5aa61e185b28fb34f7fe475e14c31f7729ac627fbaa00fee
|
||||
SIZE (Math-BigInt-Lite-0.24.tar.gz) = 84764
|
||||
TIMESTAMP = 1656522260
|
||||
SHA256 (Math-BigInt-Lite-0.25.tar.gz) = 6a55a218e58a0d6b19eb4cddd23105aacf1fbd5144b690e7c60e0056959f7d53
|
||||
SIZE (Math-BigInt-Lite-0.25.tar.gz) = 96301
|
||||
|
|
Loading…
Reference in a new issue