# -*- 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 artemklevtsov RcppUUID 1.1.1
revision            2
maintainers         nomaintainer
license             {GPL-2 GPL-3}
description         Generate Universally Unique Identificators
long_description    {*}${description}
homepage            https://artemklevtsov.gitlab.io/rcppuuid
checksums           rmd160  7de35e26e17edc6fb0d122f506632a66db61fe59 \
                    sha256  68a1a60718ed859b552a291d0630a0a8fa206c1832fec8875e2182e45591ad6b \
                    size    7449

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

depends_test-append port:R-microbenchmark \
                    port:R-tinytest \
                    port:R-uuid

test.run            yes
