# -*- 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 mikmart monad 0.1.1 v
revision            0
categories-append   math
platforms           {darwin any}
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Operators and generics for monads
long_description    {*}${description}
homepage            https://mikmart.github.io/monad
checksums           rmd160  de3f704708eac0415de2c1ce48e61fbaf89b12f7 \
                    sha256  08f9568831882c152fb4b2bdeda800ae8cb9f6454549df84704cac537f7f357b \
                    size    10043
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-S7

depends_test-append port:R-maybe \
                    port:R-purrr \
                    port:R-roxygen2 \
                    port:R-testthat

test.run            yes
