# -*- 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          highline 3.1.2 gem {} rubygems
revision            1
platforms           any
maintainers         nomaintainer
license             Ruby
description         A high-level IO library.
long_description    {*}${description} that provides validation, type \
                    conversion, and more for command-line interfaces. HighLine \
                    also includes a complete menu system that can crank out \
                    anything from simple list selection to complete shells \
                    with just minutes of work.
homepage            https://github.com/JEG2/highline
checksums           rmd160  a8a002befaa00f7698ad2092800270a415f18b4d \
                    sha256  67cbd34d19f6ef11a7ee1d82ffab5d36dfd5b3be861f450fc1716c7125f4bb4a \
                    size    218624
supported_archs     noarch

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