# -*- 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 armcn maybe 1.1.0 v
revision            1
categories-append   devel
maintainers         nomaintainer
license             MIT
description         The Maybe monad
long_description    {*}${description}
homepage            https://armcn.github.io/maybe
checksums           rmd160  9a232b50aee8590cba8d933305ebddfcccd6d056 \
                    sha256  1dd69d861e2671f53971c677da5ebace9f8eabc41bfcf1a95012cc5fd65e7cdd \
                    size    470589
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-magrittr

depends_test-append port:R-covr \
                    port:R-quickcheck \
                    port:R-testthat

test.run            yes
