aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-07 04:10:42 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-07 04:10:42 +0000
commit2431878e6b45e4ccbbe5585793ac5a3167657b09 (patch)
tree20d81eaf0135da7c6739ca29679762a1e7474d6e /math/Makefile
parent69b574dd39257323808006f280cc2b2ce3c9649e (diff)
downloadports-2431878e6b45e4ccbbe5585793ac5a3167657b09.tar.gz
ports-2431878e6b45e4ccbbe5585793ac5a3167657b09.zip
Provides support for big integer calculations. Not intended to be used
by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or Math::BigInt::Pari. WWW: http://search.cpan.org/dist/Math-BigInt-FastCalc/ PR: ports/152635 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes: svn path=/head/; revision=265782
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 11b7fcb570f3..adf1d8b6435e 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -324,6 +324,7 @@
SUBDIR += p5-Math-Bezier
SUBDIR += p5-Math-Bezier-Convert
SUBDIR += p5-Math-BigInt
+ SUBDIR += p5-Math-BigInt-FastCalc
SUBDIR += p5-Math-BigInt-GMP
SUBDIR += p5-Math-BigInt-Pari
SUBDIR += p5-Math-BigRat