mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 3.13
- Add TEST_DEPENDS - Pet portlint: remove ABI version number from LIB_DEPENDS Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES
This commit is contained in:
parent
0ce789f072
commit
4cba1e6c90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299795
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Math-MPFR
|
||||
PORTVERSION= 3.12
|
||||
PORTVERSION= 3.13
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:SISYPHUS
|
||||
@ -15,8 +15,12 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= A perl interface to MPFR Library
|
||||
|
||||
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
|
||||
mpfr.4:${PORTSDIR}/math/mpfr
|
||||
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \
|
||||
mpfr:${PORTSDIR}/math/mpfr
|
||||
TEST_DEPENDS= p5-Math-GMP>=0:${PORTSDIR}/math/p5-Math-GMP \
|
||||
p5-Math-GMPf>=0:${PORTSDIR}/math/p5-Math-GMPf \
|
||||
p5-Math-GMPq>=0:${PORTSDIR}/math/p5-Math-GMPq \
|
||||
p5-Math-GMPz>=0:${PORTSDIR}/math/p5-Math-GMPz
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAKE_ENV= INC="-I${LOCALBASE}/include"
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Math-MPFR-3.12.tar.gz) = c5a49ed7056e9df4e33dbf553d2c62b09884330b4fd6ca2b2104d87d9e680aa8
|
||||
SIZE (Math-MPFR-3.12.tar.gz) = 90373
|
||||
SHA256 (Math-MPFR-3.13.tar.gz) = 98be3774cca807465a43d5316436be0f3990303811943a85efaefb79bceefb6d
|
||||
SIZE (Math-MPFR-3.13.tar.gz) = 78629
|
||||
|
@ -1,7 +1,12 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Math/MPFR.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Math/MPFR/V.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/MPFR.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/MPFR.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Math
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/V/V.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/V/V.so
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/V
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/MPFR
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math
|
||||
|
Loading…
Reference in New Issue
Block a user