diff options
author | Jeremy Evans <jeremy@cvs.openbsd.org> | 2020-12-28 16:49:52 +0000 |
---|---|---|
committer | Jeremy Evans <jeremy@cvs.openbsd.org> | 2020-12-28 16:49:52 +0000 |
commit | 1ba7442cb2c5be7aab3975ef0ec3be7dc8abc6d2 (patch) | |
tree | 6f9b3adf6cab1ad69f33f48b146a25f9ff79dfa3 /share/man | |
parent | c8eae46d924d2bc367418d4a4263e6367a5bc10e (diff) |
Document ruby30 FLAVOR for Ruby ports
Diffstat (limited to 'share/man')
-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 |