You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran rstudio plumber 1.2.2 v
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description API generator for R
|
|
long_description {*}${description}
|
|
checksums rmd160 7d0e2ea51258fc089bcb678369d1d5a34d0f4094 \
|
|
sha256 f92e700d0487256291fe8be89e800905642670ddcc96570034a6d33ce51c98f9 \
|
|
size 1078844
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-crayon \
|
|
port:R-ellipsis \
|
|
port:R-httpuv \
|
|
port:R-jsonlite \
|
|
port:R-lifecycle \
|
|
port:R-magrittr \
|
|
port:R-mime \
|
|
port:R-promises \
|
|
port:R-R6 \
|
|
port:R-rlang \
|
|
port:R-sodium \
|
|
port:R-stringi \
|
|
port:R-swagger \
|
|
port:R-webutils
|