# -*- 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          unicode-display_width 3.2.0 gem {} rubygems
revision            0
categories-append   devel
license             MIT
platforms           any
maintainers         nomaintainer
description         Monospace Unicode character width in Ruby
long_description    {*}${description}
homepage            https://github.com/janlelis/unicode-display_width
checksums           rmd160  18449dc94b6be98c401f4444c9b68d9c03d433bd \
                    sha256  0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42 \
                    size    18432
supported_archs     noarch

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