You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
909 B
Tcl
28 lines
909 B
Tcl
# -*- 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
|
|
maintainers nomaintainer
|
|
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
|