You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
966 B
Tcl
26 lines
966 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.cache 0.16.0
|
|
revision 2
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license {LGPL-2.1 LGPL-3}
|
|
description Fast and light-weight caching (memoization) of objects and results \
|
|
to speed up computations.
|
|
long_description {*}${description}
|
|
checksums rmd160 ac02074acc81fd9308702b7bf8ff31a64fecc413 \
|
|
sha256 63ff57b3203262ed0cef2fbed03b31b50a707e05412e6b67e24eeba3e02c0bb0 \
|
|
size 48270
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-digest \
|
|
port:R-R.methodsS3 \
|
|
port:R-R.oo \
|
|
port:R-R.utils
|
|
|
|
test.run yes
|