-.\" $OpenBSD: ruby-module.5,v 1.33 2021/09/02 15:00:55 jeremy Exp $
+.\" $OpenBSD: ruby-module.5,v 1.34 2021/10/06 21:14:39 jeremy Exp $
.\"
.\" Copyright (c) 2008 Marc Espie, Jeremy Evans
.\"
.\" (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 2 2021 $
+.Dd $Mdocdate: October 6 2021 $
.Dt RUBY-MODULE 5
.Os
.Sh NAME
should be used for pure ruby gems without C extensions.
This adds
.Ev PKG_ARCH
-= * and adds ruby26, ruby27, ruby30, and jruby
+= * and adds ruby27, ruby30, and jruby
.Ev FLAVOR Ns s
to the port, so the same port can build packages for multiple versions of ruby.
.It
.Ev MODRUBY_WANTLIB
to
.Ev WANTLIB .
-It also adds ruby26, ruby27, and ruby30
+It also adds 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
such as ruby27 to use ruby 2.7.
If you want to specify a version for a non-gem port, set
.Ev MODRUBY_REV
-for the version of ruby you want to use (2.6, 2.7, 3.0, jruby).
+for the version of ruby you want to use (2.7, 3.0, jruby).
.Pp
If you do not want the ports system to automatically set up
.Ev FLAVOR Ns s
.Ev MODRUBY_HANDLE_FLAVORS
is Yes, the ports system automatically adds the appropriate prefix to the
.Ev FULLPKGNAME
-(e.g. jruby- for jruby, ruby26- for ruby 2.6).
+(e.g. jruby- for jruby, ruby30- for ruby 3.0).
Additionally, it adds
.Ev GEM_BIN_SUFFIX
and