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

R.setup             github wlandau txtq 0.2.4
revision            2
categories-append   devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Small message queue for parallel processes
long_description    {*}${description}
checksums           rmd160  eb7501f20a93cfcc48c002f0e8a04737bbd95184 \
                    sha256  93ab1ab8eeaccdf5256477bdc5b839f1bb467208fb3d853c09f731d0c684267c \
                    size    17456
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-base64url \
                    port:R-filelock \
                    port:R-R6

depends_test-append port:R-purrr \
                    port:R-testthat

test.run            yes
