# -*- 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 shikokuchuo mirai.promises 0.5.0 v
revision            1
categories-append   devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3+
description         Allows mirai objects from the R-mirai, encapsulating asynchronous computations, \
                    to be used interchangeably with promise objects from the R-promises
long_description    {*}${description}
homepage            https://shikokuchuo.net/mirai.promises
checksums           rmd160  7eb429737f760488c5c66c84370142d3b874cadb \
                    sha256  5da3a15c99cc6832bcf6d3324c5df43f4629e8b71b008eb0aec8ceabac4a8c7e \
                    size    21737
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-nanonext \
                    port:R-promises

depends_test-append port:R-mirai

test.run            yes
