diff options
author | knu <knu@FreeBSD.org> | 2001-09-20 17:18:26 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-20 17:18:26 +0800 |
commit | 802b5317f2c54297c49817ea9ab3b1702ada5d08 (patch) | |
tree | de836c3cf98176be633e489a184106275dd54de7 /lang/Makefile | |
parent | f8c4230c63323fd75bc29543551108f7c2643d22 (diff) | |
download | freebsd-ports-gnome-802b5317f2c54297c49817ea9ab3b1702ada5d08.tar.gz freebsd-ports-gnome-802b5317f2c54297c49817ea9ab3b1702ada5d08.tar.zst freebsd-ports-gnome-802b5317f2c54297c49817ea9ab3b1702ada5d08.zip |
Add jruby, an implementation of Ruby Interpreter in Pure Java.
That it is still in the alpha stage, but it actually works.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 322d24cc3c8d..36b7a4ea107b 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -64,6 +64,7 @@ SUBDIR += intercal SUBDIR += itcl SUBDIR += jgnat + SUBDIR += jruby SUBDIR += jython SUBDIR += klone SUBDIR += lcc |