diff options
author | knu <knu@FreeBSD.org> | 2001-05-08 11:13:59 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-05-08 11:13:59 +0000 |
commit | 663157aabfb1c486b6a563a6b0ab17290e8bede7 (patch) | |
tree | c00d95fd35fbf31fa53b6e4ca4b34a22480f7f9c /math/Makefile | |
parent | 300f3b9eb1601ad2edd76f2bc751f390747d2669 (diff) | |
download | FreeBSD-ports-663157aabfb1c486b6a563a6b0ab17290e8bede7.zip FreeBSD-ports-663157aabfb1c486b6a563a6b0ab17290e8bede7.tar.gz |
Add ruby-algebra, a Ruby library for mathematical (algebraic)
computations.
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 487c875..70809f1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -85,6 +85,7 @@ SUBDIR += rascal SUBDIR += rcalc SUBDIR += rpc + SUBDIR += ruby-algebra SUBDIR += ruby-bigfloat SUBDIR += ruby-bitvector SUBDIR += ruby-gnuplot |