diff options
author | Jeremy Evans <jeremy@cvs.openbsd.org> | 2020-01-10 17:38:59 +0000 |
---|---|---|
committer | Jeremy Evans <jeremy@cvs.openbsd.org> | 2020-01-10 17:38:59 +0000 |
commit | af27970f724e08c621f73f9e00ba9a76eb25ee86 (patch) | |
tree | 5be4aad08bf91082e870ad578575b4b73b21cc42 /share | |
parent | 6a4094893866a02cdd4a5b9120b9ae94572b3a99 (diff) |
Document ruby27 FLAVOR
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/ruby-module.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/ruby-module.5 b/share/man/man5/ruby-module.5 index c8e4ca9e3e5..8a593719ae0 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.27 2019/11/05 08:05:58 jeremy Exp $ +.\" $OpenBSD: ruby-module.5,v 1.28 2020/01/10 17:38:58 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: November 5 2019 $ +.Dd $Mdocdate: January 10 2020 $ .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 ruby25, ruby26, and jruby += * and adds ruby25, ruby26, ruby27, and jruby .Ev FLAVOR Ns s to the port, so the same port can build packages for multiple versions of ruby. .It @@ -168,7 +168,7 @@ the appropriate libraries and .Ev MODRUBY_WANTLIB to .Ev WANTLIB . -It also adds ruby25 and ruby26 +It also adds ruby25, ruby26, and ruby27 .Ev FLAVOR Ns s to the port. If the C extension in the gem requires specific arguments to extconf.rb, set those |