diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-01 21:42:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-01 21:42:16 +0000 |
commit | 0236bd0955ed1c2fa42616108bb3efe39fc9fd0c (patch) | |
tree | 75993d4785a22492cc5bdbca4b78ac40b6b6ff0e /math/Makefile | |
parent | 13af5408c0a8cace86cd7864f6ccb7180500b51a (diff) |
This is Math::BigInt::Pari, a plugin module for Math::BigInt that
replaces Math::BigInt's core math routines with Math::Pari routines.
WWW: http://search.cpan.org/dist/Math-BigInt-Pari/
PR: ports/134094
Submitted by: Andrey <gugu at zoo.rambler.ru>
Notes
Notes:
svn path=/head/; revision=233108
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 cb23661a48ac..1a648a8be6dd 100644 --- a/math/Makefile +++ b/math/Makefile @@ -290,6 +290,7 @@ SUBDIR += p5-Math-Bezier-Convert SUBDIR += p5-Math-BigInt SUBDIR += p5-Math-BigInt-GMP + SUBDIR += p5-Math-BigInt-Pari SUBDIR += p5-Math-BigRat SUBDIR += p5-Math-Calc-Units SUBDIR += p5-Math-Cephes |