diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-07 06:09:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-07 06:09:19 +0000 |
commit | cba1dd73198be0721c05d6097d87a3879a63848e (patch) | |
tree | 6fc5835ecbd36939d8b23ccb55cdb120a17323a6 /math/Makefile | |
parent | da66b56b430b154478db5f6fcd47636c0758ba8a (diff) | |
download | ports-cba1dd73198be0721c05d6097d87a3879a63848e.tar.gz ports-cba1dd73198be0721c05d6097d87a3879a63848e.zip |
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 :>
Notes
Notes:
svn path=/head/; revision=31356
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 bb1b617e30d9..079557f2ba4c 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 |