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
26 lines
1.0 KiB
Tcl
26 lines
1.0 KiB
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 glib2 4.2.4 gem {} rubygems
|
|
categories-append gnome devel
|
|
license LGPL-2.1+
|
|
maintainers nomaintainer
|
|
description Ruby/GLib2 provides base features for GLib2-based bindings
|
|
long_description {*}${description} and many useful utility features.
|
|
homepage https://ruby-gnome2.osdn.jp
|
|
checksums rmd160 3ff454bc20096e748cfbb86838efadfc903d4c0b \
|
|
sha256 0880421b1f26ecddf3b012ad8c2a69d885ff1f8ab7444c134a879a8538e601c4 \
|
|
size 142848
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
path:lib/pkgconfig/glib-2.0.pc:glib2
|
|
|
|
depends_run-append \
|
|
port:rb${ruby.suffix}-native-package-installer \
|
|
port:rb${ruby.suffix}-pkg-config
|
|
}
|