diff options
author | 2020-12-28 16:49:51 +0000 | |
---|---|---|
committer | 2020-12-28 16:49:51 +0000 | |
commit | 1746d89d6d2327fc97f33a933380cc877267e331 (patch) | |
tree | 2b141cef7dfea174bc0effb42620bc3dc8d07ca8 /share/man/man5/ruby-module.5 | |
parent | Remove unused start routine (diff) | |
download | wireguard-openbsd-1746d89d6d2327fc97f33a933380cc877267e331.tar.xz wireguard-openbsd-1746d89d6d2327fc97f33a933380cc877267e331.zip |
Document ruby30 FLAVOR for Ruby ports
Diffstat (limited to 'share/man/man5/ruby-module.5')
-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 9a3c6d4bb31..4ff84b6f470 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.30 2020/11/17 03:23:32 jeremy Exp $ +.\" $OpenBSD: ruby-module.5,v 1.31 2020/12/28 16:49:51 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 17 2020 $ +.Dd $Mdocdate: December 28 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 ruby26, ruby27, and jruby += * and adds ruby26, ruby27, ruby30, 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 ruby26, and ruby27 +It also adds ruby26, ruby27, and ruby30 .Ev FLAVOR Ns s to the port. If the C extension in the gem requires specific arguments to extconf.rb, set those |