You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.2 KiB
Tcl
36 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
|
|
|
|
R.setup github r-lib pkgbuild 1.4.5 v
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Find tools needed to build R packages
|
|
long_description {*}${description}
|
|
homepage https://pkgbuild.r-lib.org
|
|
checksums rmd160 e2de355f3d902d25b28d944ef942d7e00ed5a364 \
|
|
sha256 a672c59ec0ea400da89af1c25cf29e0f94b291ee7e13e5116bb1b7096b4aa62b \
|
|
size 51005
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-callr \
|
|
port:R-cli \
|
|
port:R-desc \
|
|
port:R-processx \
|
|
port:R-R6
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-cpp11 \
|
|
port:R-knitr \
|
|
port:R-Rcpp \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-withr
|
|
|
|
test.run yes
|