# -*- 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.17.0
revision            1
categories-append   devel
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
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  c617e8e949177f4e032bf2a64325fc5747f9b2e1 \
                    sha256  b2b426efd69ac3bb11c4a0df1ef4a11dd86245bdaf5865df3fa186043b6e6d0e \
                    size    48789
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-digest \
                    port:R-R.methodsS3 \
                    port:R-R.oo \
                    port:R-R.utils

test.run            yes
