# -*- 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.14.8 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  c71500510d4b342a179bf61986a91296f5b4b8ca \
                    sha256  285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5 \
                    size    46592
supported_archs     noarch

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