diff options
author | knu <knu@FreeBSD.org> | 2000-08-07 06:09:19 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-07 06:09:19 +0000 |
commit | 21e0aafdec2b797115e389ed834185e0d8487df0 (patch) | |
tree | f036d217a2f4d96f94856b2f2301d44e2634ad62 /math/Makefile | |
parent | 864d97a9d80edf3860202b9b6ced170de074a024 (diff) | |
download | FreeBSD-ports-21e0aafdec2b797115e389ed834185e0d8487df0.zip FreeBSD-ports-21e0aafdec2b797115e389ed834185e0d8487df0.tar.gz |
Add Ruby related ports.
devel/ruby-property:
Simple properties scheme for Ruby
lang/ruby-python:
Ruby extension library for embedding Python in Ruby
math/ruby-bigfloat:
Variable precision floating library for Ruby
Whipped on by: ade :>
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 bb1b617..079557f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -52,6 +52,7 @@ SUBDIR += pygist SUBDIR += rcalc SUBDIR += rng + SUBDIR += ruby-bigfloat SUBDIR += sc SUBDIR += siag SUBDIR += simpack |