# -*- 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             cran cran tRnslate 0.0.3
revision            1
categories-append   devel
maintainers         nomaintainer
license             {GPL-2 GPL-3}
description         Translate R code in source files
long_description    Evaluate inline or chunks of R code in template files \
                    and replace with their output modifying the resulting template.
checksums           rmd160  4396f3dd5465c7254e90c1aaaa779eeff2b46fa9 \
                    sha256  6ce9636af257fb3853d1ad1a54ab3d520b6c5a401cb1a031b4b56bea3b66a06a \
                    size    26548
supported_archs     noarch
platforms           {darwin any}

depends_test-append port:R-knitr \
                    port:R-markdown \
                    port:R-rmarkdown

test.run            yes
