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

# Revert to GitHub once updated there.
R.setup             cran rstudio bundle 0.1.1
revision            1
maintainers         nomaintainer
license             MIT
description         Serialize model objects with a consistent interface
long_description    {*}${description}
homepage            https://rstudio.github.io/bundle
checksums           rmd160  5b97c78ac6bd49d29b83f7b375d9f5ab809b0d07 \
                    sha256  5fea189ce80c8a0b4bc9424ad9835cfa4774202f37797dc8a2cb990b270974ac \
                    size    1745860
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-glue \
                    port:R-purrr \
                    port:R-rlang \
                    port:R-withr
