# -*- 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          ffi-rzmq-core 1.0.7 gem {} rubygems
categories-append   devel
license             MIT
maintainers         nomaintainer
platforms           any
description         FFI wrapper around the zeromq libzmq C API
long_description    {*}${description}
homepage            https://github.com/chuckremes/ffi-rzmq-core
checksums           rmd160  d62579f8c68c5a3b771f85ad37eb06bfd07a1686 \
                    sha256  6541625a0f80016e4cb1b22a68b3870bd711c30de7d77625d8d6c92be95eb32a \
                    size    13824
supported_archs     noarch

if {${name} ne ${subport}} {
    depends_run-append \
                    path:lib/libzmq.dylib:zmq \
                    port:rb${ruby.suffix}-ffi
}
