Files

28 lines
949 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 vte3 4.2.4 gem {} rubygems
categories-append gnome devel
license LGPL-2.1+
maintainers nomaintainer
description Ruby/VTE3 is a Ruby binding of VTE for GTK 3
long_description {*}${description}
homepage https://ruby-gnome2.osdn.jp
checksums rmd160 b2d4e0bc2c1fce6a8aed7328e4a5677d389b61c9 \
sha256 59dc150f7c1edf8bbad5bfac36aac7dc01c5d9d2c45434c6dd000253c0bc60ce \
size 19456
if {${name} ne ${subport}} {
depends_build-append \
path:bin/pkg-config:pkgconfig
depends_lib-append \
port:vte
depends_run-append \
port:rb${ruby.suffix}-gdk3
}