# -*- 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             cran eddelbuettel RcppRedis 0.2.6
revision            1
categories-append   devel
maintainers         nomaintainer
license             GPL-2+
description         MsgPack C++ header files and interface functions for R
long_description    {*}${description}
homepage            https://dirk.eddelbuettel.com/code/rcpp.redis.html
checksums           rmd160  f4c8772574c724a4c7c177d79194c8de9414f787 \
                    sha256  28d91e55808ab9283aad7f77e745365e5a73d964c63c24ce32589a99a04d7dd8 \
                    size    1075742

# RcppMsgPack is optional, but desirable.
# Configure script checks for its presence.
depends_lib-append  port:hiredis \
                    port:R-RApiSerialize \
                    port:R-Rcpp

depends_test-append port:R-RcppMsgPack \
                    port:R-tinytest

test.run            yes
