# -*- 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

# GitHub version is outdated.
R.setup             cran richfitz storr 1.2.5
revision            2
categories-append   devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Simple key value stores
long_description    Creates and manages simple key-value stores. These can use a variety of approaches for storing the data. \
                    This package implements the base methods and support for file system, in-memory and DBI-based database stores.
checksums           rmd160  9a0746e6a2db569b88eeb2be465dce734610b5db \
                    sha256  4224c3991d9c043a45ce530d0698d7f2cdca231b26fe31b45e0db865026e5f63 \
                    size    92403

depends_lib-append  port:R-digest \
                    port:R-R6
