# -*- 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

# GitHub version lags behind.
R.setup             cran ropensci hunspell 3.0.5
revision            0
categories-append   sysutils textproc
maintainers         nomaintainer
license             {GPL-2 LGPL-2.1 MPL-1.1}
description         High-performance stemmer, tokenizer and spell-checker
long_description    {*}${description}
homepage            https://docs.ropensci.org/hunspell
checksums           rmd160  d88fcfa450b972561862b55d6b54520b7ba30c0d \
                    sha256  bcceadda94f5c87ffe1c8695f9d4cc561c2618b4ac7432aa56b833567d90fc3a \
                    size    3214026

depends_lib-append  port:R-digest \
                    port:R-Rcpp

depends_test-append port:R-knitr \
                    port:R-rmarkdown \
                    port:R-spelling \
                    port:R-testthat

test.run            yes
