Files

25 lines
916 B
Tcl
Raw Permalink Normal View History

2024-04-05 11:30:23 +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 goffice 4.2.4 gem {} rubygems
2024-04-05 11:30:23 +08:00
categories-append gnome
license LGPL-2.1+
2026-04-11 19:42:02 +04:00
maintainers nomaintainer
2024-04-05 11:30:23 +08:00
description Ruby/GOFFICE is a Ruby binding of GOFFICE
long_description {*}${description}
homepage https://ruby-gnome2.osdn.jp
2024-09-24 19:07:36 +08:00
checksums rmd160 61b6341eaa7b04a5f929a8eb402e7c778e2b5e08 \
sha256 88af9a6fdf5c92e3fb7a510816d5eeb0b7c5474488fc321b7ead05cb7e30006d \
2024-04-05 11:30:23 +08:00
size 16384
if {${name} ne ${subport}} {
depends_lib-append \
port:goffice
depends_run-append \
port:rb${ruby.suffix}-gsf \
port:rb${ruby.suffix}-gtk3
}