diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-23 05:30:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-23 05:30:32 +0800 |
commit | 63ca687e8d6cf7d29de6eac9eae91a6288ac4e2f (patch) | |
tree | efed9bae4824b8f9b81b4d1f1b49bb92601eab0d /math/Makefile | |
parent | 3c21445593e8a68c92db8af49ae3a8751e7b5022 (diff) | |
download | freebsd-ports-gnome-63ca687e8d6cf7d29de6eac9eae91a6288ac4e2f.tar.gz freebsd-ports-gnome-63ca687e8d6cf7d29de6eac9eae91a6288ac4e2f.tar.zst freebsd-ports-gnome-63ca687e8d6cf7d29de6eac9eae91a6288ac4e2f.zip |
- Add p5-Math-GMPz 0.35
Math::GMPz is a bignum module utilising the GNU MP (GMP) library. Basically this
module simply wraps all of the mpz integer functions provided by that library.
See the Math::GMPz test suite for some examples of usage.
WWW: http://search.cpan.org/dist/Math-GMPz/
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 8a4227c1f8ee..43e0159f8da0 100644 --- a/math/Makefile +++ b/math/Makefile @@ -393,6 +393,7 @@ SUBDIR += p5-Math-GMP SUBDIR += p5-Math-GMPf SUBDIR += p5-Math-GMPq + SUBDIR += p5-Math-GMPz SUBDIR += p5-Math-GSL SUBDIR += p5-Math-Geometry SUBDIR += p5-Math-Geometry-Planar |