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
24 lines
803 B
Tcl
24 lines
803 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 jonclayden reportr 1.3.0 v
|
|
revision 1
|
|
categories-append sysutils
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description General message and error reporting system
|
|
long_description {*}${description}
|
|
checksums rmd160 3f8b089b05c519cadd635c7a9de37d18b819838d \
|
|
sha256 e11d2201b3d2ed738d3993023c7d4ad3d0240cb8337b73fc5bee6959afa2ae8d \
|
|
size 10870
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-ore
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|