# -*- 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 ankane dbx 0.4.0 v
revision            2
categories-append   databases
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Fast and easy-to-use database interface for R
long_description    Provides select, insert, update, upsert and delete database operations.
homepage            https://ggforce.data-imaginist.com
checksums           rmd160  95403a4729a6bd05e77de7f75ff92f2ab357ed9d \
                    sha256  15a052fd819f0654329a27f33928c5f3e2b6f975b9a56aac3a5962253a4a411f \
                    size    22232
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-DBI

depends_test-append port:R-blob \
                    port:R-hms \
                    port:R-jsonlite \
                    port:R-odbc \
                    port:R-RMariaDB \
                    port:R-RMySQL \
                    port:R-RPostgres \
                    port:R-RPostgreSQL \
                    port:R-RSQLite \
                    port:R-testthat \
                    port:R-urltools

test.run            yes
