mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
784 B
Tcl
22 lines
784 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 fiddle 1.1.4 gem {} rubygems
|
|
categories-append gnome devel
|
|
license BSD Ruby
|
|
maintainers nomaintainer
|
|
description libffi wrapper for Ruby
|
|
long_description {*}${description}
|
|
homepage https://github.com/ruby/fiddle
|
|
checksums rmd160 8f4a0fa4ae0d8b55088ca31b7bd948d4556b32eb \
|
|
sha256 cfe2a5bbced1e87321e2fa1b7f4d377a5151e234c1dfdcc8e5bc60702b703f5e \
|
|
size 49152
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:libffi
|
|
}
|