You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
739 B
Tcl
22 lines
739 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 cran eddelbuettel RcppTOML 0.2.2
|
|
revision 2
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Rcpp bindings to parser for TOML
|
|
long_description {*}${description}
|
|
checksums rmd160 da1603e2a5eb5dbd96faa441fd52de0110432e89 \
|
|
sha256 371391f9ca82221e76a424082ea9ebc5ea2c50f14e8408469b09d7dc3e6f63aa \
|
|
size 141195
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-tinytest
|
|
|
|
test.run yes
|