# -*- 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
ruby.setup          terminal-table 3.0.2 gem {} rubygems
categories-append   devel
license             MIT
maintainers         nomaintainer
platforms           any
supported_archs     noarch
description         Simple, feature-rich ASCII table generator
long_description    Terminal Table is a fast and simple, yet feature-rich \
                    table generator written in Ruby.
homepage            https://github.com/tj/terminal-table
checksums           rmd160  75a3da5bc64770b447b47243f1375ee98ea38ece \
                    sha256  f951b6af5f3e00203fb290a669e0a85c5dd5b051b3b023392ccfd67ba5abae91 \
                    size    22016

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