# -*- 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

# Revert to GitHub once updated there.
R.setup             cran stefan-m-lenz JuliaConnectoR 1.1.3 v
revision            1
categories-append   math
maintainers         nomaintainer
license             MIT
description         Functionally-oriented interface for integrating Julia with R
long_description    {*}${description}
homepage            https://github.com/stefan-m-lenz/JuliaConnectoR
checksums           rmd160  ac9456b2c3283e6a20970f55599703d4c1efff1f \
                    sha256  49db9ee246e7673ee70b20b7676b8201b0d5cd4df9a6d3f7c1e6436e4004b400 \
                    size    80196
supported_archs     noarch

# Just in case, we do not want a dependency on Julia here, since some ports depend on this one,
# and Julia is broken on some platforms.

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

test.run            yes
