mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.79. Require perl from ports. \o/
This commit is contained in:
parent
784b2ca560
commit
4477440ee8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184500
2 changed files with 11 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Math-BigInt
|
||||
PORTVERSION= 1.77
|
||||
PORTVERSION= 1.79
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Math
|
||||
|
@ -22,4 +22,10 @@ MAN3= Math::BigFloat.3 \
|
|||
Math::BigInt::Calc.3 \
|
||||
Math::BigInt::CalcEmu.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Math-BigInt-1.77.tar.gz) = fcdff3ada4badb1ed00ff4cfc7752de2
|
||||
SHA256 (Math-BigInt-1.77.tar.gz) = a8caae5ff730185c61d7fe1a72eb82e495ab062cafcf1c7694b5f66cac50a0dd
|
||||
SIZE (Math-BigInt-1.77.tar.gz) = 169422
|
||||
MD5 (Math-BigInt-1.79.tar.gz) = 00916631c17be916931078aa9ec2a24d
|
||||
SHA256 (Math-BigInt-1.79.tar.gz) = 2a23eda4fd3afa42e6122a8da51d22e95ff336cca37c2dba0b5f720a2c77aa39
|
||||
SIZE (Math-BigInt-1.79.tar.gz) = 172135
|
||||
|
|
Loading…
Add table
Reference in a new issue