# -*- 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 crew.cluster 0.3.2
revision            0
categories-append   parallel
platforms           {darwin any}
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Crew launcher plugins for traditional high-performance computing clusters
long_description    {*}${description}
homepage            https://wlandau.github.io/crew.cluster
checksums           rmd160  4d51d25400d03f6c10012ce2f30ddb3c79fdf648 \
                    sha256  7434b29a3b4c668223bc6b00aeba77126466b01ad9f933a6c48696635b56e75e \
                    size    298145
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-crew \
                    port:R-lifecycle \
                    port:R-ps \
                    port:R-R6 \
                    port:R-rlang \
                    port:R-vctrs \
                    port:R-xml2 \
                    port:R-yaml

depends_test-append port:R-knitr \
                    port:R-markdown \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
