Files

28 lines
1.0 KiB
Tcl
Raw Permalink Normal View History

2023-04-22 19:39:38 +08:00
# -*- 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
2023-08-20 09:30:08 +08:00
R.setup cran eddelbuettel RcppRedis 0.2.4
2025-10-02 12:06:37 -04:00
revision 3
2023-04-22 19:39:38 +08:00
categories-append devel
maintainers nomaintainer
2023-08-20 09:30:08 +08:00
license GPL-2+
2023-04-22 19:39:38 +08:00
description MsgPack C++ header files and interface functions for R
long_description {*}${description}
homepage https://dirk.eddelbuettel.com/code/rcpp.redis.html
2023-08-20 09:30:08 +08:00
checksums rmd160 f5fb4eef06fa4b79c398c92ec46a3af747932db4 \
sha256 c91f9c2625e48901324c93789412c4dbde12bc61f4f610ffb8a4fddeb12ee0d8 \
size 1067941
2023-04-22 19:39:38 +08:00
# RcppMsgPack is optional, but desirable.
# Configure script checks for its presence.
2023-04-22 19:39:38 +08:00
depends_lib-append port:hiredis \
port:R-RApiSerialize \
port:R-Rcpp \
port:R-RcppMsgPack
2023-04-22 19:39:38 +08:00
depends_test-append port:R-tinytest
2023-04-22 19:39:38 +08:00
test.run yes