# -*- 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           R 1.0

# GitHub version lags behind.
R.setup             cran ropensci rzmq 0.9.14
revision            0
categories-append   devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Interface to the ZeroMQ lightweight messaging kernel
long_description    {*}${description}
homepage            https://ropensci.r-universe.dev/rzmq
checksums           rmd160  19c377c4c092f8fea0c4b0ce094779bc3ec9badd \
                    sha256  eca969e8cd27453341a3344af393b0f229280f0ebca52ff059ca51303295fed9 \
                    size    20481

depends_build-append \
                    path:bin/pkg-config:pkgconfig

depends_lib-append  path:lib/libzmq.dylib:zmq

test.run            yes
