# -*- 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          gtksourceview4 4.3.2 gem {} rubygems
categories-append   gnome devel
license             LGPL-2.1+
maintainers         nomaintainer
description         Ruby/GtkSourceView4 is a Ruby binding of gtksourceview-4.x
long_description    {*}${description}
homepage            https://ruby-gnome2.osdn.jp
checksums           rmd160  27c72485cd2fa682bc1d07e7b4c15ae1a59cba9b \
                    sha256  b7ae1a8b815e9fc7c83ba0f2f52a7c8f1a8b3291a596e602e2ee4f21031ace86 \
                    size    17408

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

    depends_run-append \
                    port:rb${ruby.suffix}-gtk3
}
