# -*- 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 3.0
ruby.setup          ffi-compiler 1.3.2 gem {} rubygems
license             Apache-2
platforms           any
supported_archs     noarch
categories-append   devel
maintainers         nomaintainer
description         Ruby FFI library
long_description    {*}${description}
homepage            https://rubygems.org/gems/ffi-compiler
checksums           rmd160  66bfaeebe05157071f773d45d952be7d38105a1b \
                    sha256  a94f3d81d12caf5c5d4ecf13980a70d0aeaa72268f3b9cc13358bcc6509184a0 \
                    size    14848

if {${name} ne ${subport}} {
    depends_run-append \
                    port:rb${ruby.suffix}-ffi
}
