pkgsrc/databases/R-RSQLite/Makefile
mef 69e5282614 (databases/R-RSQLite) Updated 2.1.2 to 2.2.0. make test fails for missing TEST_DEPENDS.
# RSQLite 2.2.0
- Avoid mangling column names (#259).

# RSQLite 2.1.5
- Upgrade bundled sqlite version to 3.30.1.
- Implement `dbGetInfo()` for driver and connection objects (#117).
- Remove custom `dbListFields()` method (#228).
- Only export relevant symbols to the shared library (#303, @troels).
- Fulfill requirements for CII badge (#300, @TSchiefer).

# RSQLite 2.1.4
- Replace `std::mem_fn()` by `boost::mem_fn()` which works for older compilers.

# RSQLite 2.1.3
- Replace `std::mem_fun_ref()` by `std::mem_fn()`.
2020-09-20 14:34:25 +00:00

23 lines
698 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/09/20 14:34:25 mef Exp $
R_PKGNAME= RSQLite
R_PKGVER= 2.2.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= 'SQLite' interface for R
LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3
DEPENDS+= R-bit64>=0.9.7:../../devel/R-bit64
DEPENDS+= R-blob>=1.2.0:../../devel/R-blob
DEPENDS+= R-memoise>=1.1.0:../../devel/R-memoise
DEPENDS+= R-pkgconfig>=2.0.2:../../devel/R-pkgconfig
DEPENDS+= R-DBI>=1.1.0:../../math/R-DBI
USE_LANGUAGES+= c c++
.include "../../math/R/Makefile.extension"
.include "../../devel/R-BH/buildlink3.mk"
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../devel/R-plogr/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"