580b333e83
- Update PORTVERSION from 2.4.6 to 3.52.0 - Remove R-cran-Rcpp from CRAN_DEPENDS (replaced by cpp11)
27 lines
749 B
Makefile
27 lines
749 B
Makefile
PORTNAME= RSQLite
|
|
PORTVERSION= 3.52.0
|
|
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 LGPL3
|
|
LICENSE_COMB= dual
|
|
|
|
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-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>
|