diff options
author | jgh <jgh@FreeBSD.org> | 2013-01-15 07:49:12 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-01-15 07:49:12 +0800 |
commit | f66d2416b87d3f853710beb1750e41c645865da3 (patch) | |
tree | 2b5f49cd67d77f04ef455fbfb836975c236228a7 /devel/Makefile | |
parent | 71df79d3f02c706f17edb7df1d5ec452b5de115d (diff) | |
download | freebsd-ports-gnome-f66d2416b87d3f853710beb1750e41c645865da3.tar.gz freebsd-ports-gnome-f66d2416b87d3f853710beb1750e41c645865da3.tar.zst freebsd-ports-gnome-f66d2416b87d3f853710beb1750e41c645865da3.zip |
- 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
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 |