mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran react-R reactR 0.6.1 v
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description React helpers
|
|
long_description {*}${description}
|
|
homepage https://github.com/react-R/reactR
|
|
checksums rmd160 52fa1afff63962bb06fbdab74a65f90f48d1284e \
|
|
sha256 9b690d7d4de54cbecca16deea9684f1d4aba91b2b280b38ea13c63eb5e57d892 \
|
|
size 712349
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-htmltools
|
|
|
|
# Optional dep on R-V8 is omitted, since it is not supported
|
|
# across all platforms.
|
|
depends_test-append port:R-htmlwidgets \
|
|
port:R-jsonlite \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-shiny \
|
|
port:R-usethis
|
|
|
|
test.run yes
|