mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
880 B
Tcl
24 lines
880 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 richierocks assertive.reflection 0.0-5
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Assertions to check the state and capabilities of R
|
|
long_description {*}${description}
|
|
homepage https://bitbucket.org/richierocks/assertive.reflection
|
|
checksums rmd160 f65160c532ceeb4ed46b413584356dfb4ba8e50a \
|
|
sha256 c2ca9b27cdddb9b9876351afd2ebfaf0fbe72c636cd12aa2af5d64e33fbf34bd \
|
|
size 32528
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-assertive.base
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|