mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
30 lines
990 B
Tcl
30 lines
990 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 github r-lib debugme 1.2.0 v
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Debug R packages
|
|
long_description {*}${description}
|
|
homepage https://r-lib.github.io/debugme
|
|
checksums rmd160 05cdefc7c19f7aa732c0e54dae1d5bb7cb0fd6ff \
|
|
sha256 29aa46e83a4ad5a6145a4262d012481589c725ea2a4b0d109c684619ff0f2b13 \
|
|
size 1004649
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:R-crayon
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-mockery \
|
|
port:R-R6 \
|
|
port:R-testthat \
|
|
port:R-withr
|
|
|
|
test.run yes
|