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
23 lines
822 B
Tcl
23 lines
822 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-prof procmaps 0.0.5.9003 v
|
|
revision 2
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Portable address space mapping
|
|
long_description {*}${description}
|
|
homepage https://r-prof.github.io/procmaps
|
|
checksums rmd160 9ba8087fcc041d2ab993e66cc5989f6806de8830 \
|
|
sha256 9ff74015f28f4f38315019e6ca834cc4fdf41dad071e56d3d43904f91d90aba0 \
|
|
size 55958
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-testthat \
|
|
port:R-tibble
|
|
|
|
test.run yes
|