# -*- 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 ardata-fr doconv 0.3.2
revision            2
categories-append   graphics
maintainers         nomaintainer
license             MIT
description         Document conversion to PDF or PNG
long_description    {*}${description}
checksums           rmd160  5cfc2214c06fd678a3a598d85e849199dd9accab \
                    sha256  f02ac404214e54e19e0152db88ba2e9d1fc98c77dff1269649bbec199acfffde \
                    size    256499
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-locatexec \
                    port:R-magick \
                    port:R-pdftools \
                    port:R-processx

patchfiles          patch-no-webshot2.diff

depends_test-append port:R-testthat \
                    port:R-tinytest

# Despite declared dependencies, there are no specific tests.
test.run            yes
