# -*- 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.4
revision            3
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  f5fb4eef06fa4b79c398c92ec46a3af747932db4 \
                    sha256  c91f9c2625e48901324c93789412c4dbde12bc61f4f610ffb8a4fddeb12ee0d8 \
                    size    1067941

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

depends_test-append port:R-tinytest

test.run            yes
