mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
758 B
Tcl
23 lines
758 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran Ironholds piton 1.0.0
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Parsing of expression grammars in Rcpp
|
|
long_description {*}${description}
|
|
checksums rmd160 a253898020a26edd4e3e25cadbeaeda05d2a8f19 \
|
|
sha256 28abe2cba795828ae76d29bc29f45bb9098fb657fe52d96d39a2a221e2372ecf \
|
|
size 66307
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|