# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           ruby 1.0

ruby.branches       3.4 3.3 3.2 3.1 3.0
ruby.setup          i18n 1.15.2 gem {} rubygems
categories-append   devel
license             MIT
maintainers         nomaintainer
platforms           any
description         New wave Internationalization support
long_description    {*}${description} for Ruby.
homepage            https://github.com/ruby-i18n/i18n
checksums           rmd160  1dd67abf4e1b0e4162c6315fec4ca3919d2dd4e5 \
                    sha256  00f9eb62412fe593b2a65a97daa75300d37abb8f7202ec748e94b6d46a9dd1b5 \
                    size    47616
supported_archs     noarch

if {${name} ne ${subport}} {
    depends_run-append \
                    port:rb${ruby.suffix}-concurrent-ruby
}
