mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 2.19
Changes: https://metacpan.org/changes/distribution/Math-GMP
This commit is contained in:
parent
d653b9c744
commit
2d432d7f37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477529
2 changed files with 9 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Math-GMP
|
||||
PORTVERSION= 2.17
|
||||
PORTVERSION= 2.19
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -12,11 +12,14 @@ COMMENT= Perl module that provides an interface to the GMP library
|
|||
|
||||
LICENSE= LGPL20+
|
||||
|
||||
BUILD_DEPENDS= p5-Devel-CheckLib>=0.9:devel/p5-Devel-CheckLib
|
||||
LIB_DEPENDS= libgmp.so:math/gmp
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= localbase perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/Alien::GMP/d' ${WRKSRC}/META.json ${WRKSRC}/META.yml ${WRKSRC}/Makefile.PL
|
||||
@${REINPLACE_CMD} -e 's|Alien::Base::Wrapper->mm_args|"LIBS" => ["-lgmp"]|' ${WRKSRC}/Makefile.PL
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GMP/GMP.so
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1522941268
|
||||
SHA256 (Math-GMP-2.17.tar.gz) = 27e809df0d6cfcfc5851c0f68773b6e563347f43de8aff4989454c782754fb1f
|
||||
SIZE (Math-GMP-2.17.tar.gz) = 33310
|
||||
TIMESTAMP = 1534586427
|
||||
SHA256 (Math-GMP-2.19.tar.gz) = 11e1e071411019d6681091b0bc97384658213e9f3088ee8587683452832807b0
|
||||
SIZE (Math-GMP-2.19.tar.gz) = 33475
|
||||
|
|
Loading…
Add table
Reference in a new issue