You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2329655ef7
[skip ci]
25 lines
846 B
Tcl
25 lines
846 B
Tcl
# -*- 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
|