# -*- 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 reside-ic ids 1.0.1 v
revision            2
categories-append   devel
maintainers         nomaintainer
license             MIT
description         Simple random identifiers
long_description    Generate random or human-readable \
                    and pronounceable identifiers.
checksums           rmd160  127f38303dfc69ca925ec2013f12a0512292177d \
                    sha256  1ebc2c306fb28baf8feae664c7c09df17628bbbb2cfb094fda0f577d58867022 \
                    size    80287
github.tarball_from archive
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-openssl \
                    port:R-uuid

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

test.run            yes
# https://github.com/reside-ic/ids/issues/21
test.args-append    --ignore-vignettes
