mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
873 B
Tcl
25 lines
873 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 wilsonfreitas sqliter 0.1.0
|
|
revision 1
|
|
categories-append databases
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Connection wrapper to SQLite databases
|
|
long_description {*}${description}
|
|
checksums rmd160 69d7cde68d65f51d841570059d726f97c40598c3 \
|
|
sha256 fd0ff924f309dd86086276be62d5b94aa5624ca18571715105ff6b60b0a4529e \
|
|
size 4841
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-DBI \
|
|
port:R-functional \
|
|
port:R-RSQLite \
|
|
port:R-stringr
|
|
|
|
test.run yes
|