# -*- 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 dasonk docstring 1.0.0
revision            4
platforms           {darwin any}
categories-append   devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-2
description         Provides Docstring capabilities to R functions
long_description    {*}${description}
checksums           rmd160  5d9b06e0688a28b2cdff54bd15ec0ae51be9fa82 \
                    sha256  9cb2b9e05ae1636f0edbfce09867575bbdec8bf0d270287f12a3df7d9641aa85 \
                    size    305979
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-roxygen2

depends_test-append port:R-devtools \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-rstudioapi

test.run            yes
