# -*- 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.3 3.2 3.1
ruby.setup          ncursesw 1.4.11 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  20e445e271b203ce929671ee7db8bbc369d78277 \
                    sha256  c897fc8165ca036fb2223e6f6ccdcedf5d2a1df5b1cd992e06af10b2d2858e62 \
                    size    69120

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