diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-23 05:28:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-23 05:28:16 +0800 |
commit | 2d26b0b2e6498a2a3cdabe96ed2f3857b227b80a (patch) | |
tree | cb551a94fd3318ff586582c9621ae5fa401c0baa /math/Makefile | |
parent | 8f083b2ed446a0343526d2347c907345241743a6 (diff) | |
download | freebsd-ports-gnome-2d26b0b2e6498a2a3cdabe96ed2f3857b227b80a.tar.gz freebsd-ports-gnome-2d26b0b2e6498a2a3cdabe96ed2f3857b227b80a.tar.zst freebsd-ports-gnome-2d26b0b2e6498a2a3cdabe96ed2f3857b227b80a.zip |
- Add p5-Math-GMPf 0.35
Math::GMPf is a bigfloat module utilising the GNU MP (GMP) library. Basically
this module simply wraps all of the mpf floating point functions provided by
that library. See the Math::GMPf test suite for some examples of usage.
WWW: http://search.cpan.org/dist/Math-GMPf/
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index a9b19d6817bf..2170b33f1ff1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -391,6 +391,7 @@ SUBDIR += p5-Math-FFT SUBDIR += p5-Math-FixedPrecision SUBDIR += p5-Math-GMP + SUBDIR += p5-Math-GMPf SUBDIR += p5-Math-GSL SUBDIR += p5-Math-Geometry SUBDIR += p5-Math-Geometry-Planar |