# -*- 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 yihui highr 0.11 v
revision            0
categories-append   devel
platforms           {darwin any}
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             {GPL-2 GPL-3}
description         Syntax highlighting for R source code
long_description    This is an infrastructure R package for syntax highlighting. \
                    It supports LaTeX and HTML output.
checksums           rmd160  56effac8874cbec4650616c6bf7e9e7084b56da0 \
                    sha256  27120e49943456c17b392d488ab2a5626f7f4e7dd41eb38cf4e2df0b40fd0f98 \
                    size    11348
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-xfun

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

test.run            yes
