# -*- 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 tomoakin RPostgreSQL 0.7-6
revision            1
categories-append   databases
maintainers         nomaintainer
license             GPL-3
description         R interface to the PostgreSQL database system
long_description    {*}${description}
checksums           rmd160  52feb056225ee009d595ae3de733f4f8f033342f \
                    sha256  385939708b6a3657663409f91e165ded0ff5268d1dc6225e0f9b34764baf2d2c \
                    size    576636

set pgsql           postgresql15

depends_lib-append  port:${pgsql} \
                    port:R-DBI

build.env-append    PG_CONFIG=${prefix}/lib/${pgsql}/bin/pg_config

test.run            no
