You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
20 lines
704 B
Tcl
20 lines
704 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
|
|
|
|
R.setup cran eddelbuettel RcppXts 0.0.6
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Interface the xts API via Rcpp
|
|
long_description {*}${description}
|
|
checksums rmd160 df1cea46575a3500a7a0c29a6a71d94dd7e6c0de \
|
|
sha256 483c3591a1822008eb45c1d064d3a94e4a4cbeb929a3c46453d84f8f38d35cd2 \
|
|
size 7115
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-xts
|
|
|
|
test.run yes
|