# -*- 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          gnumeric 4.3.2 gem {} rubygems
categories-append   gnome science
license             LGPL-2.1+
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
description         Ruby/Gnumeric is a Ruby binding of Gnumeric
long_description    {*}${description}
homepage            https://ruby-gnome2.osdn.jp
checksums           rmd160  3aa5905aecd013a5915af0d978eb120032861a0f \
                    sha256  f2dad85593951c077a6b567b7e5537a2344f029370c8e0960205117b076c3025 \
                    size    18944

if {${subport} ne ${name}} {
    depends_lib-append \
                    port:gnumeric
    depends_run-append \
                    port:rb${ruby.suffix}-goffice
}
