diff options
author | tobez <tobez@FreeBSD.org> | 2001-10-13 02:20:46 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-10-13 02:20:46 +0800 |
commit | 78b65100f49f957c35818b21d5ab6c2b266e2652 (patch) | |
tree | 764fa4f37ddf07c13af7ad4bbc4516706ad30331 /math/Makefile | |
parent | 415e3f1a85460d15313d7ceb29c5e4cfe8be03c4 (diff) | |
download | freebsd-ports-gnome-78b65100f49f957c35818b21d5ab6c2b266e2652.tar.gz freebsd-ports-gnome-78b65100f49f957c35818b21d5ab6c2b266e2652.tar.zst freebsd-ports-gnome-78b65100f49f957c35818b21d5ab6c2b266e2652.zip |
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.
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 |