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
29 lines
1.2 KiB
Tcl
29 lines
1.2 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 gio2 4.2.4 gem {} rubygems
|
|
categories-append gnome devel
|
|
license LGPL-2.1+
|
|
maintainers nomaintainer
|
|
description Ruby/GIO2 provide Ruby binding to a VFS API
|
|
long_description {*}${description} and useful APIs for desktop applications \
|
|
(such as networking and D-Bus support).
|
|
homepage https://ruby-gnome2.osdn.jp
|
|
checksums rmd160 1d6dcf91909ca95f4b6a8799d3ec4e30b9d8c82c \
|
|
sha256 eddd856f95e262ec339aa965d89a766169d6422fe6e3e4087f0aac1db180f414 \
|
|
size 40960
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:gettext-runtime \
|
|
path:lib/pkgconfig/glib-2.0.pc:glib2 \
|
|
path:lib/pkgconfig/gobject-introspection-1.0.pc:gobject-introspection
|
|
|
|
depends_run-append \
|
|
port:rb${ruby.suffix}-fiddle \
|
|
port:rb${ruby.suffix}-gobject-introspection
|
|
}
|