# -*- 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 eddelbuettel RcppUUID 1.2.0
revision            2
categories-append   devel
maintainers         nomaintainer
license             GPL-2+
description         Generate Universally Unique Identificators
long_description    {*}${description}
homepage            https://github.com/eddelbuettel/rcppuuid
checksums           rmd160  57ae59efb3d271d9622421511d186c5d1e3fdf34 \
                    sha256  bc153c3ba6701e998799f11f9d1ce472d8f0eee49bc210b5717c6845065e0e19 \
                    size    9328

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

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

test.run            yes
