2023-04-23 11:44:43 +08:00
|
|
|
# -*- 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
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 2
|
2023-04-23 11:44:43 +08:00
|
|
|
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
|