mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
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 poissonconsulting term 0.3.5.9000 v
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Create, manipulate and query parameter terms
|
|
long_description {*}${description}
|
|
homepage https://poissonconsulting.github.io/term
|
|
checksums rmd160 13d9b23a62a0d0b90111144de8e9eab9ad859e45 \
|
|
sha256 db1ed7492189b84c0b15c2099f904da1a14e114879865ace981046edae5ded42 \
|
|
size 47220
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-chk \
|
|
port:R-extras \
|
|
port:R-lifecycle \
|
|
port:R-purrr \
|
|
port:R-rlang \
|
|
port:R-universals \
|
|
port:R-vctrs
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-testthat
|
|
|
|
test.run yes
|