mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
900 B
Tcl
26 lines
900 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 timconwell sqlHelpers 0.1.2
|
|
revision 1
|
|
categories-append databases
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Collection of SQL utilities
|
|
long_description {*}${description}
|
|
checksums rmd160 0d534fc553eec1ed229034091eb54e4162c9908c \
|
|
sha256 1d77a59e59bdb0d1b364285e9ae8e9300a730d53879f56a9b3eec662a6d286e4 \
|
|
size 10463
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-DBI \
|
|
port:R-odbc \
|
|
port:R-stringi \
|
|
port:R-toolbox
|
|
|
|
test.run yes
|