# -*- 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 HenrikBengtsson R.matlab 3.7.0
revision            2
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             {LGPL-2.1 LGPL-3}
description         Read and write MAT files and call MATLAB from within R
long_description    {*}${description}
checksums           rmd160  d10c7e6b9aa3b326b2d0c7015b598acf8602933c \
                    sha256  c2786ce628af7193766160f5da726ff2ddade4f25a10663df601fde81cd6f7f9 \
                    size    120905
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-R.methodsS3 \
                    port:R-R.oo \
                    port:R-R.utils

depends_test-append port:R-SparseM

test.run            yes
