mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
771 B
Tcl
23 lines
771 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 cran ROAuth 0.9.6
|
|
revision 2
|
|
categories-append net
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description R interface for OAuth
|
|
long_description {*}${description}
|
|
checksums rmd160 1b83c6e4dbfee273e5b92b114d23fd9b1980edf9 \
|
|
sha256 95708ef3a76235de460218548da05ed4d20a8fc6f68b8a122289e6e531ba1a6e \
|
|
size 6411
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-digest \
|
|
port:R-RCurl
|
|
|
|
test.run yes
|