Files

24 lines
883 B
Tcl

# -*- 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.2.4 gem {} rubygems
categories-append gnome science
license LGPL-2.1+
maintainers nomaintainer
description Ruby/Gnumeric is a Ruby binding of Gnumeric
long_description {*}${description}
homepage https://ruby-gnome2.osdn.jp
checksums rmd160 aa84fdef4702dcd0694f1d9c648ed0ad16012e48 \
sha256 f8af91fc9307599f6a0d6fa1a9f44f4b92aa1ed15e849a9a5e458ee65e2f83b7 \
size 18944
if {${name} ne ${subport}} {
depends_lib-append \
port:gnumeric
depends_run-append \
port:rb${ruby.suffix}-goffice
}