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
28 lines
995 B
Tcl
28 lines
995 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 HenrikBengtsson R.filesets 2.15.1
|
|
revision 1
|
|
categories-append sysutils
|
|
maintainers nomaintainer
|
|
license LGPL-2.1+
|
|
description Easy handling of and access to files organized in structured directories
|
|
long_description {*}${description}
|
|
checksums rmd160 094fcd26f2fdfd6d29a69e7855cf821ef9432405 \
|
|
sha256 9f90babd7621937422d8fa582aa2023586438d59eb267362dd6dd7b316598cc2 \
|
|
size 112316
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-digest \
|
|
port:R-R.cache \
|
|
port:R-R.methodsS3 \
|
|
port:R-R.oo \
|
|
port:R-R.utils
|
|
|
|
depends_test-append port:R-gtools
|
|
|
|
test.run yes
|