diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-08 11:13:59 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-08 11:13:59 +0000 |
commit | beba453510c5b43a9c1631aa6a5a6569f35932bd (patch) | |
tree | 9ab82b48e5b82755f4eda54fa4e32cc442b70c05 /math/Makefile | |
parent | f51309e30fc4e16a38387c365ad1d10ddb272e04 (diff) | |
download | ports-beba453510c5b43a9c1631aa6a5a6569f35932bd.tar.gz ports-beba453510c5b43a9c1631aa6a5a6569f35932bd.zip |
Add ruby-algebra, a Ruby library for mathematical (algebraic)
computations.
Notes
Notes:
svn path=/head/; revision=42397
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 487c875c72c2..70809f110254 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 |