2024-11-16 13:18:46 +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
|
|
|
|
|
|
|
|
|
|
# Switch to GitHub once updated there.
|
|
|
|
|
R.setup cran cdueben cppcontainers 1.0.1
|
|
|
|
|
revision 0
|
|
|
|
|
categories-append devel
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2024-11-16 13:18:46 +08:00
|
|
|
license MIT
|
|
|
|
|
description C++ standard template library containers
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
checksums rmd160 0668b94b13c93af5ea75ccfbddd783836e78e880 \
|
|
|
|
|
sha256 c977282bff8ce7c5829fb303c45955ba69f06d842b488620769f20463340e564 \
|
|
|
|
|
size 233743
|
|
|
|
|
# github.tarball_from archive
|
|
|
|
|
|
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
|
|
|
|
|
|
compiler.cxx_standard 2020
|
|
|
|
|
|
|
|
|
|
depends_test-append port:R-knitr \
|
|
|
|
|
port:R-rmarkdown \
|
|
|
|
|
port:R-testthat
|
|
|
|
|
|
|
|
|
|
test.run yes
|