mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1015 B
Tcl
29 lines
1015 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 jokergoo GetoptLong 1.0.5
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Parsing command-line arguments and simple variable interpolation
|
|
long_description {*}${description}
|
|
checksums rmd160 582ae874dd72fa1dd9f21658db12fc1ee10f0bad \
|
|
sha256 8c237986ed3dfb72d956ad865ef7768644eebf144675ad66140acfd1aca9d701 \
|
|
size 767681
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-crayon \
|
|
port:R-GlobalOptions \
|
|
port:R-rjson
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-markdown \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|