diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-01-14 23:49:12 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-01-14 23:49:12 +0000 |
commit | 5100a069341dbc576886313f4553ef443bd11b01 (patch) | |
tree | 2b5f49cd67d77f04ef455fbfb836975c236228a7 /devel/Makefile | |
parent | b0a6e12de7cb399c0313719f0f8cb7292e1b18ee (diff) |
- add new port: devel/ruby-build
ruby-build is a rbenv plugin that provides a rbenv install command to compile
and install different versions of Ruby on UNIX-like systems. You can also use
ruby-build without rbenv in environments where you need precise control over
Ruby version installation.
WWW: https://github.com/sstephenson/ruby-build
PR: 174980
Submitted by: fmb@onibox.net
Notes
Notes:
svn path=/head/; revision=310416
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 78ea37d7acc5..cdb4a3a48984 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3833,6 +3833,7 @@ SUBDIR += ruby-aspectr SUBDIR += ruby-avl SUBDIR += ruby-bsearch + SUBDIR += ruby-build SUBDIR += ruby-byaccr SUBDIR += ruby-cache SUBDIR += ruby-calendar |