mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
26 lines
884 B
Tcl
26 lines
884 B
Tcl
# -*- 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 krlmlr bindrcpp 0.2.3.9002 v
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Rcpp interface to active bindings
|
|
long_description {*}${description}
|
|
homepage https://krlmlr.github.io/bindrcpp
|
|
checksums rmd160 fed9fe91d8cb1fc842a0405dd83d5c55711e2ec0 \
|
|
sha256 f353165750e267e0891204ba03c4adf8b8fe0e3aaaf6994fc62f16db9fcc9284 \
|
|
size 24947
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:R-bindr \
|
|
port:R-plogr \
|
|
port:R-Rcpp
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|