# -*- 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          atk 4.2.4 gem {} rubygems
categories-append   gnome devel
license             LGPL-2.1+
maintainers         nomaintainer
description         Ruby/ATK is a Ruby binding of ATK-1.0.x
long_description    {*}${description}
homepage            https://ruby-gnome2.osdn.jp
checksums           rmd160  fa676398a44d1b70c9810d787d29f94141c5c40a \
                    sha256  6476d07d896bac66f50c14e788f9978fe9c4fa3cbe4e2cb04a7678ef544562e2 \
                    size    15872

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

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