# -*- 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.2.4 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  2a98a9688f0314dcab378db8fde144eab4043676 \
                    sha256  a85617e6d36c95f0468ba5cd8c282ccdbbe0bbb9831c73ae2630e43f7eac2006 \
                    size    16896

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

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