# -*- 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            1
categories-append   devel
maintainers         {@barracuda156 gmail.com:vital.had} 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  a5589ab7aba334ade9abe3efb71d56c155cce87e \
                    sha256  4433523b73b4636f12d60873814ee5ddb4797a0919623351ea3806c6eefe3d98 \
                    size    81363
supported_archs     noarch
platforms           {darwin any}

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
