ports/databases/R-cran-RSQLite/Makefile
Einar Bjarni Halldórsson d4fe7a4730 databases/R-cran-RSQLite: Update to 2.3.6
While I'm here,

- remove conditionals regarding llvm16 build fix as port build fine
  without it.
- add test target

ChangeLog: https://cran.r-project.org/web/packages/RSQLite/news/news.html

Differential Revision:	https://reviews.freebsd.org/D44592
2024-04-05 09:36:58 +01:00

27 lines
808 B
Makefile

PORTNAME= RSQLite
PORTVERSION= 2.3.6
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Database Interface R driver for SQLite
WWW= https://cran.r-project.org/web/packages/RSQLite/
LICENSE= LGPL21
CRAN_DEPENDS= R-cran-bit64>0:devel/R-cran-bit64 \
R-cran-blob>=1.2.0:devel/R-cran-blob \
R-cran-cpp11>=0.4.0:devel/R-cran-cpp11 \
R-cran-DBI>=1.2.0:databases/R-cran-DBI \
R-cran-memoise>0:devel/R-cran-memoise \
R-cran-pkgconfig>0:devel/R-cran-pkgconfig \
R-cran-plogr>=0.2.0:devel/R-cran-plogr \
R-cran-Rcpp>=0.4.00:devel/R-cran-Rcpp \
R-cran-rlang>0:devel/R-cran-rlang
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat
USES= cran:auto-plist,compiles
.include <bsd.port.mk>