# -*- 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          ncursesw 1.4.13 gem {} rubygems
revision            0
categories-append   devel
license             LGPL-2.1
maintainers         nomaintainer
description         Ruby bindings to the ncursesw library
long_description    {*}${description}
homepage            https://github.com/sup-heliotrope/ncursesw-ruby
checksums           rmd160  5f11f4f3d2b0bdb28cbff0fee93b4c8c868f9275 \
                    sha256  6636cecb0d88a9675c7f137a972eae5fc1a9c2c1d6dcc9bbeb844a69c91906f4 \
                    size    69120

if {${subport} ne ${name}} {
    depends_lib-append \
                    port:ncurses
}
