# -*- 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 ijlyttle vembedr 0.1.5 v
revision            1
categories-append   multimedia
maintainers         nomaintainer
license             MIT
description         Embed video in HTML
long_description    {*}${description}
checksums           rmd160  a9f58e4894efaf2ed03c03a5e4936e0277c4b4b1 \
                    sha256  ee0e447030341563710a09782bae4e2bd0fe9bb7cdb52102baea594e1fa06596 \
                    size    4280248
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-assertthat \
                    port:R-glue \
                    port:R-htmltools \
                    port:R-httr \
                    port:R-lifecycle \
                    port:R-magrittr \
                    port:R-stringr

depends_test-append port:R-conflicted \
                    port:R-covr \
                    port:R-fs \
                    port:R-here \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-usethis

test.run            yes
