Files

25 lines
916 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 goffice 4.2.4 gem {} rubygems
categories-append gnome
license LGPL-2.1+
maintainers nomaintainer
description Ruby/GOFFICE is a Ruby binding of GOFFICE
long_description {*}${description}
homepage https://ruby-gnome2.osdn.jp
checksums rmd160 61b6341eaa7b04a5f929a8eb402e7c778e2b5e08 \
sha256 88af9a6fdf5c92e3fb7a510816d5eeb0b7c5474488fc321b7ead05cb7e30006d \
size 16384
if {${name} ne ${subport}} {
depends_lib-append \
port:goffice
depends_run-append \
port:rb${ruby.suffix}-gsf \
port:rb${ruby.suffix}-gtk3
}