You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
921 B
Tcl
25 lines
921 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.files 0.0-2
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Assertions to check properties of files and connections
|
|
long_description {*}${description}
|
|
homepage https://bitbucket.org/richierocks/assertive.files
|
|
checksums rmd160 aadf5a7b4ea2a502e1b062f74d3cbc05f60d0b1e \
|
|
sha256 be6adda6f18a0427449249e44c2deff4444a123244b16fe82c92f15d24faee0a \
|
|
size 12408
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-assertive.base \
|
|
port:R-assertive.numbers
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|