mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
24 lines
855 B
Tcl
24 lines
855 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 gsf 4.2.4 gem {} rubygems
|
|
categories-append devel
|
|
license LGPL-2.1+
|
|
maintainers nomaintainer
|
|
description Ruby/GSF is a Ruby binding of GSF
|
|
long_description {*}${description}
|
|
homepage https://ruby-gnome2.osdn.jp
|
|
checksums rmd160 1796f8331fe0654a641fa5041f319877c3d33298 \
|
|
sha256 f0c87096b7f0fabf668740841c0b802473d5da7c06f83f1fed4f6edf15f9d732 \
|
|
size 15872
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:libgsf
|
|
depends_run-append \
|
|
port:rb${ruby.suffix}-gio2
|
|
}
|