# -*- 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 ropensci elastic 1.2.0 v
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         General purpose interface to Elasticsearch
long_description    {*}${description}
homepage            https://docs.ropensci.org/elastic
checksums           rmd160  516ed9b0f095f5c66af834a8a90c667b25537865 \
                    sha256  92dfc31ff2921b9a0d943396034f9e38d263d3f88eada9a044e9c86abf9faf93 \
                    size    1233054
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-curl \
                    port:R-crul \
                    port:R-jsonlite \
                    port:R-R6

depends_test-append port:R-testthat

test.run            yes
