# -*- 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 gadenbuie cleanrmd 0.1.1 v
revision            1
maintainers         nomaintainer
license             MIT
description         Collection of clean R Markdown HTML document templates using classy-looking classless CSS styles
long_description    {*}${description}
homepage            https://pkg.garrickadenbuie.com/cleanrmd
checksums           rmd160  5044e899d3d1578c7eed6887cd5d7bcc1dfffc56 \
                    sha256  eafd13e36f048a232a539752d5e0d9854b87bbfcc0fb962a9346ebaf919a20b5 \
                    size    4301040
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-htmltools \
                    port:R-jsonlite \
                    port:R-rmarkdown

depends_test-append port:R-testthat

test.run            yes
