# -*- 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 gaborcsardi rematch 2.0.0
revision            1
maintainers         nomaintainer
license             MIT
description         Match regular expressions with a nicer API
long_description    {*}${description}
checksums           rmd160  5e62f72910527b0bf40b5f2486edd91227daf69e \
                    sha256  15daf7bf2907aef8503635bc8631fce9fd75248a1fc2496825588c4bdf785c26 \
                    size    4781
supported_archs     noarch
platforms           {darwin any}

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

test.run            yes
