diff options
author | knu <knu@FreeBSD.org> | 2001-09-20 09:18:26 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-20 09:18:26 +0000 |
commit | 802b5317f2c54297c49817ea9ab3b1702ada5d08 (patch) | |
tree | de836c3cf98176be633e489a184106275dd54de7 /lang/Makefile | |
parent | f8c4230c63323fd75bc29543551108f7c2643d22 (diff) | |
download | FreeBSD-ports-802b5317f2c54297c49817ea9ab3b1702ada5d08.zip FreeBSD-ports-802b5317f2c54297c49817ea9ab3b1702ada5d08.tar.gz |
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 322d24c..36b7a4e 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 |