# -*- 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 ggrothendieck sqldf 0.4-11
revision            2
categories-append   databases
maintainers         nomaintainer
license             GPL-2
description         Manipulate R data frames using SQL
long_description    {*}${description}
checksums           rmd160  459e2c414c16cf273736dee86b8aae19b46136c3 \
                    sha256  cee979d4e8c67b4924655365d925a8d67104e62adf71741f645cdc5196de2260 \
                    size    63097
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-chron \
                    port:R-DBI \
                    port:R-gsubfn \
                    port:R-proto \
                    port:R-RSQLite

patchfiles          patch-no-RH2.diff

depends_test-append port:R-RMySQL \
                    port:R-RPostgreSQL \
                    port:R-svUnit

test.run            yes
