# -*- 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 r-lib desc 1.4.3 v
revision            3
categories-append   devel
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Manipulate DESCRIPTION files
long_description    Tools to read, write, create and manipulate DESCRIPTION files. \
                    It is intended for packages that create or manipulate other packages.
homepage            https://r-lib.github.io/desc
checksums           rmd160  760634b42f25c1f816bf7be32ca9ac3c319d1222 \
                    sha256  360aa248ec980f8bf558fd9d97f81c4ddb67e6763c6a1bcd9b3f69c6dd561dcb \
                    size    81351
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-cli \
                    port:R-R6

depends_test-append port:R-callr \
                    port:R-covr \
                    port:R-gh \
                    port:R-spelling \
                    port:R-testthat \
                    port:R-whoami \
                    port:R-withr

test.run            yes
