mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 KiB
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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran wush978 Rcereal 1.3.2
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license BSD
|
|
description C++11 header files for Cereal
|
|
long_description {*}${description}
|
|
homepage https://github.com/wush978/Rcereal
|
|
checksums rmd160 038dae920acf38c9a85ba6aeaf2dbcea78e9a2a8 \
|
|
sha256 6d0b882af959e673fe04668dc99419221d3bc9e8542ecf7c14dedfcc9d6ee6fe \
|
|
size 266832
|
|
supported_archs noarch
|
|
|
|
depends_test-append port:R-cpp11 \
|
|
port:R-decor \
|
|
port:R-git2r \
|
|
port:R-httr \
|
|
port:R-knitr \
|
|
port:R-Rcpp \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|