diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-10-12 18:20:46 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-10-12 18:20:46 +0000 |
commit | c3b29be18c58499fc05b9c0d65e082b214ec354f (patch) | |
tree | effa9bf6c7bfb0ab0970893afbfd734024d2f9c8 /math/Makefile | |
parent | c449be663f1b96b3c07c78cdb287616058362890 (diff) |
Add math/p5-Math-BigInt, an arbitrary size math package for perl. This
is a complete rewrite of the BigInt and BigFloat modules supplied with
our standard system perl.
Notes
Notes:
svn path=/head/; revision=48714
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 6f7e8ca1b7ba..8b0983e6e1c2 100644 --- a/math/Makefile +++ b/math/Makefile @@ -65,6 +65,7 @@ SUBDIR += p5-Graph SUBDIR += p5-Math-Base85 SUBDIR += p5-Math-Bezier + SUBDIR += p5-Math-BigInt SUBDIR += p5-Math-BigIntFast SUBDIR += p5-Math-Currency SUBDIR += p5-Math-Expr |