mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.1 KiB
Tcl
34 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 lags behind.
|
|
R.setup cran ropensci ssh 0.9.3
|
|
revision 0
|
|
categories-append net
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Secure shell (SSH) client for R
|
|
long_description {*}${description}
|
|
homepage https://docs.ropensci.org/ssh
|
|
checksums rmd160 f8472288f9f441921121dfba0db9755e7e3473b9 \
|
|
sha256 33fe323091ace9e476d9aff12b868eed0dcf3b07eb870a17860a40dcc5bad3be \
|
|
size 1062477
|
|
|
|
depends_build-append \
|
|
path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib-append port:libssh \
|
|
port:R-askpass \
|
|
port:R-credentials
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-mongolite \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-sys \
|
|
port:R-testthat
|
|
|
|
test.run yes
|