# -*- 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             cran cboettig minioclient 0.0.6
revision            1
categories-append   sysutils
maintainers         nomaintainer
license             MIT
description         Interface to the MinIO client
long_description    {*}${description}
homepage            https://cboettig.github.io/minioclient
checksums           rmd160  f96e8b429d942234a02242d660358d00bc47dfe2 \
                    sha256  289ad6afc3f879bf801dc4ddbd722772aa087f95609e69cbde453d2add8b58b1 \
                    size    20253
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-fs \
                    port:R-glue \
                    port:R-jsonlite \
                    port:R-processx 

depends_test-append port:R-curl \
                    port:R-spelling \
                    port:R-testthat

test.run            yes
