diff options
author | mux <mux@FreeBSD.org> | 2007-02-10 22:38:16 +0800 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2007-02-10 22:38:16 +0800 |
commit | 69abe5a26b43f12c7ce9af02ff9aa14cadedc091 (patch) | |
tree | 47ac61072127d72c87b86474ec46333f35c789be /math/Makefile | |
parent | e4d4d4dfbb1442acbc6e40b64902671a2159ecc2 (diff) | |
download | freebsd-ports-gnome-69abe5a26b43f12c7ce9af02ff9aa14cadedc091.tar.gz freebsd-ports-gnome-69abe5a26b43f12c7ce9af02ff9aa14cadedc091.tar.zst freebsd-ports-gnome-69abe5a26b43f12c7ce9af02ff9aa14cadedc091.zip |
Add math/p5-Math-BigInt-GMP, a backend for the Math::BigInt module that
uses the C libgmp library for fast bignum computations.
Reviewed by: tobez
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 14c62dce7179..85d4c931ea46 100644 --- a/math/Makefile +++ b/math/Makefile @@ -189,6 +189,7 @@ SUBDIR += p5-Math-Bezier SUBDIR += p5-Math-Bezier-Convert SUBDIR += p5-Math-BigInt + SUBDIR += p5-Math-BigInt-GMP SUBDIR += p5-Math-BigRat SUBDIR += p5-Math-Calc-Units SUBDIR += p5-Math-Cephes |