Revision: 132438 https://trac.macports.org/changeset/132438 Author: devans@macports.org Date: 2015-01-31 23:34:56 -0800 (Sat, 31 Jan 2015) Log Message: ----------- p5-math-mpfi: update to version 0.07, dependencies. Modified Paths: -------------- trunk/dports/perl/p5-math-mpfi/Portfile Modified: trunk/dports/perl/p5-math-mpfi/Portfile =================================================================== --- trunk/dports/perl/p5-math-mpfi/Portfile 2015-02-01 07:33:42 UTC (rev 132437) +++ trunk/dports/perl/p5-math-mpfi/Portfile 2015-02-01 07:34:56 UTC (rev 132438) @@ -5,21 +5,22 @@ PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 -perl5.setup Math-MPFI 0.05 +perl5.setup Math-MPFI 0.07 maintainers nomaintainer license {Artistic-1 GPL} platforms darwin -supported_archs noarch description Perl interface to the MPFI (interval arithmetic) \ library. long_description ${description} -checksums rmd160 8761b1c3cc6fd4e9e572491125c55de7e4a4777e \ - sha256 b50251be2920fa28d77d3ffd388a06386f49bcd533f614a958384a3de0d287e3 +checksums rmd160 807bc36cb0fbdddfa96e1d485d0340973440d5a5 \ + sha256 0812c0e5f0b9dda71008566bf3599ee699677c04a023e53bf04ecd2895979702 if {${perl5.major} != ""} { - depends_build-append port:p${perl5.major}-math-mpfr - - depends_lib-append port:mpfi + depends_lib-append \ + port:gmp \ + port:mpfr \ + port:mpfi \ + port:p${perl5.major}-math-mpfr }
participants (1)
-
devans@macports.org