mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Update to 0.29
PR: ports/159782 Submitted by: sunpoet
This commit is contained in:
parent
c200575663
commit
f5e8a0c9f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280097
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= bignum
|
||||
PORTVERSION= 0.23
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.29
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/T/TE/TELS/math
|
||||
MASTER_SITE_SUBDIR= CPAN:FLORA
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
@ -18,8 +17,17 @@ COMMENT= Transparent BigNumber/BigRational support for Perl
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= bigint.3 \
|
||||
bignum.3 \
|
||||
bigrat.3
|
||||
MAN3= bigint.3 \
|
||||
bignum.3 \
|
||||
bigrat.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
BUILD_DEPENDS+= p5-Math-BigInt>=1.880:${PORTSDIR}/math/p5-Math-BigInt \
|
||||
p5-Math-BigRat>=0.21:${PORTSDIR}/math/p5-Math-BigRat
|
||||
RUN_DEPENDS+= p5-Math-BigInt>=1.880:${PORTSDIR}/math/p5-Math-BigInt \
|
||||
p5-Math-BigRat>=0.21:${PORTSDIR}/math/p5-Math-BigRat
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (bignum-0.23.tar.gz) = 6aab5db9293cd0cddb40055e70f9721ba1c64e3d0cebdca154256165f29a9566
|
||||
SIZE (bignum-0.23.tar.gz) = 31171
|
||||
SHA256 (bignum-0.29.tar.gz) = 421a55cd29e13c3605906324964a29f24a0939db4ab6e3936caaf450ca08970e
|
||||
SIZE (bignum-0.29.tar.gz) = 38070
|
||||
|
Loading…
Reference in New Issue
Block a user