diff options
author | jgh <jgh@FreeBSD.org> | 2013-01-02 15:40:39 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-01-02 15:40:39 +0800 |
commit | 34524da12229902b43512241386cf7296f477193 (patch) | |
tree | c328e054f6db7a434670a8b21da81113b1d977a1 /devel/Makefile | |
parent | 9a6b3df36176e123310fe200d0464ae39e3294d9 (diff) | |
download | freebsd-ports-gnome-34524da12229902b43512241386cf7296f477193.tar.gz freebsd-ports-gnome-34524da12229902b43512241386cf7296f477193.tar.zst freebsd-ports-gnome-34524da12229902b43512241386cf7296f477193.zip |
- add new port : devel/rbenv
rbenv lets you easily switch between multiple versions of Ruby.
It's simple, unobtrusive, and follows the UNIX tradition of
single-purpose tools that do one thing well.
WWW: https://github.com/sstephenson/rbenv
PR: 174735
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 b7529ad6a2d6..ab74c71f0a1c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3781,6 +3781,7 @@ SUBDIR += ragel SUBDIR += raknet SUBDIR += rapidsvn + SUBDIR += rbenv SUBDIR += rbtools SUBDIR += rclint SUBDIR += rcs |