mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.2613
Changes: http://search.cpan.org/dist/Math-BigRat/CHANGES
This commit is contained in:
parent
75dc37949f
commit
db05e0713d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443744
2 changed files with 12 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= Math-BigRat
|
PORTNAME= Math-BigRat
|
||||||
PORTVERSION= 0.2612
|
PORTVERSION= 0.2613
|
||||||
CATEGORIES= math perl5
|
CATEGORIES= math perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -13,11 +13,15 @@ COMMENT= Arbitrary big rational numbers
|
||||||
LICENSE= ART10 GPLv1
|
LICENSE= ART10 GPLv1
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-Math-BigInt>=1.999718:math/p5-Math-BigInt
|
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 502503
|
||||||
|
BUILD_DEPENDS+= p5-Math-BigInt>=1.999718:math/p5-Math-BigInt
|
||||||
|
RUN_DEPENDS+= p5-Math-BigInt>=1.999718:math/p5-Math-BigInt
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1488463044
|
TIMESTAMP = 1497666042
|
||||||
SHA256 (Math-BigRat-0.2612.tar.gz) = b82975a51cc88a30021882f475c9a643b93670af27978e0aaf58430964714d8d
|
SHA256 (Math-BigRat-0.2613.tar.gz) = b893dfe2caf27b233a3678abc39176e706a9b518e8937bc496e46e125e960e22
|
||||||
SIZE (Math-BigRat-0.2612.tar.gz) = 50707
|
SIZE (Math-BigRat-0.2613.tar.gz) = 50996
|
||||||
|
|
Loading…
Add table
Reference in a new issue