aboutsummaryrefslogtreecommitdiffstats
path: root/math/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-06-23 05:29:37 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-06-23 05:29:37 +0800
commit3c21445593e8a68c92db8af49ae3a8751e7b5022 (patch)
tree56750c419bfdc65a712bf46f2032896043fce475 /math/Makefile
parent2d26b0b2e6498a2a3cdabe96ed2f3857b227b80a (diff)
downloadfreebsd-ports-gnome-3c21445593e8a68c92db8af49ae3a8751e7b5022.tar.gz
freebsd-ports-gnome-3c21445593e8a68c92db8af49ae3a8751e7b5022.tar.zst
freebsd-ports-gnome-3c21445593e8a68c92db8af49ae3a8751e7b5022.zip
- Add p5-Math-GMPq 0.35
Math::GMPq is a bigrational module utilising the GNU MP (GMP) library. Basically this module simply wraps all of the mpq rational functions provided by that library. See the Math::GMPq test suite for some examples of usage. IMPORTANT: If your perl was built with '-Duse64bitint' you need to assign all integers larger than 52-bit in a 'use integer;' block. Failure to do so can result in the creation of the variable as an NV (rather than an IV) - with a resultant loss of precision. WWW: http://search.cpan.org/dist/Math-GMPq/
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 2170b33f1ff1..8a4227c1f8ee 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -392,6 +392,7 @@
SUBDIR += p5-Math-FixedPrecision
SUBDIR += p5-Math-GMP
SUBDIR += p5-Math-GMPf
+ SUBDIR += p5-Math-GMPq
SUBDIR += p5-Math-GSL
SUBDIR += p5-Math-Geometry
SUBDIR += p5-Math-Geometry-Planar