2024-04-11 22:37:30 +08:00
|
|
|
# -*- 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
|
2024-09-24 19:07:36 +08:00
|
|
|
ruby.setup gnumeric 4.2.4 gem {} rubygems
|
2024-04-11 22:37:30 +08:00
|
|
|
categories-append gnome science
|
|
|
|
|
license LGPL-2.1+
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2024-04-11 22:37:30 +08:00
|
|
|
description Ruby/Gnumeric is a Ruby binding of Gnumeric
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
homepage https://ruby-gnome2.osdn.jp
|
2024-09-24 19:07:36 +08:00
|
|
|
checksums rmd160 aa84fdef4702dcd0694f1d9c648ed0ad16012e48 \
|
|
|
|
|
sha256 f8af91fc9307599f6a0d6fa1a9f44f4b92aa1ed15e849a9a5e458ee65e2f83b7 \
|
2024-04-11 22:37:30 +08:00
|
|
|
size 18944
|
|
|
|
|
|
|
|
|
|
if {${name} ne ${subport}} {
|
|
|
|
|
depends_lib-append \
|
|
|
|
|
port:gnumeric
|
|
|
|
|
depends_run-append \
|
|
|
|
|
port:rb${ruby.suffix}-goffice
|
|
|
|
|
}
|