Files

31 lines
1.1 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 gobject-introspection 4.2.4 gem {} rubygems
categories-append gnome devel
license LGPL-2.1+
maintainers nomaintainer
description Ruby/GObjectIntrospection provides bindings \
of GObject Introspection
long_description {*}${description}
homepage https://ruby-gnome2.osdn.jp
checksums rmd160 365011debb1bdc2da3013aba19cd5fba4f63cb89 \
sha256 67f24a259800a5bc3eb818826abe9dde5da41bd52b99c92ffd56b4a2b6e0e307 \
size 74752
if {${name} ne ${subport}} {
depends_build-append \
port:gettext
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}-glib2
}