You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
791 B
Tcl
24 lines
791 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 Enchufa2 RcppXPtrUtils 0.1.2 v
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description XPtr add-ons for Rcpp
|
|
long_description {*}${description}
|
|
checksums rmd160 4aba00777d2e70490887c05f30ce621f080853d1 \
|
|
sha256 1f9611eb24fee935cff8c59c870c5b1b0de3db5691714f9d117780a1fc15617a \
|
|
size 7502
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-inline \
|
|
port:R-testthat
|
|
|
|
test.run yes
|