diff options
author | 2016-01-07 22:21:19 +0000 | |
---|---|---|
committer | 2016-01-07 22:21:19 +0000 | |
commit | f7323710f22ca6cd5fed174f88241589538e53f1 (patch) | |
tree | 32e31722e0b51121282780f19b35a0d0b5105eb3 /share/man/man5 | |
parent | mention that HOMEPAGE will be set for ports that have MODPY_PI (diff) | |
download | wireguard-openbsd-f7323710f22ca6cd5fed174f88241589538e53f1.tar.xz wireguard-openbsd-f7323710f22ca6cd5fed174f88241589538e53f1.zip |
Document ruby23 FLAVOR now supported by ruby.port.mk
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/ruby-module.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index e2f215f7bad..08c93cfb496 100644 --- a/share/man/man5/ruby-module.5 +++ b/share/man/man5/ruby-module.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ruby-module.5,v 1.17 2015/09/06 05:19:59 jeremy Exp $ +.\" $OpenBSD: ruby-module.5,v 1.18 2016/01/07 22:21:19 jeremy Exp $ .\" .\" Copyright (c) 2008 Marc Espie, Jeremy Evans .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 6 2015 $ +.Dd $Mdocdate: January 7 2016 $ .Dt RUBY-MODULE 5 .Os .Sh NAME @@ -152,7 +152,7 @@ The "ruby gem" should be used for pure ruby gems without C extensions. This adds .Ev PKG_ARCH -= * and adds ruby18, ruby20, ruby21, ruby22, and jruby += * and adds ruby18, ruby20, ruby21, ruby22, ruby23 and jruby .Ev FLAVOR Ns s to the port, so the same port can build packages for multiple versions of ruby. .It @@ -170,7 +170,7 @@ the appropriate libraries and .Ev MODRUBY_WANTLIB to .Ev WANTLIB . -It also adds ruby18, ruby20, ruby21, and ruby22 +It also adds ruby18, ruby20, ruby21, ruby22, and ruby23 .Ev FLAVOR Ns s to the port. If the C extension in the gem requires specific arguments to extconf.rb, set those @@ -191,7 +191,7 @@ should use this format: .Pp .Dl category/ruby-foo,${MODRUBY_FLAVOR} .Pp -Use of a ruby20, ruby21, ruby22, or jruby +Use of a ruby20, ruby21, ruby22, ruby23, or jruby .Ev FLAVOR causes the .Ev FULLPKGNAME |