81e8e45902
Differential Revision: https://reviews.freebsd.org/D56081
20 lines
462 B
Makefile
20 lines
462 B
Makefile
PORTNAME= pool
|
|
DISTVERSION= 1.0.4
|
|
CATEGORIES= databases
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= chris.longros@gmail.com
|
|
COMMENT= Object pooling for DBI database connections
|
|
WWW= https://cran.r-project.org/package=pool
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= R-cran-DBI>=1.2.1:databases/R-cran-DBI \
|
|
R-cran-later>=1.0.0:devel/R-cran-later \
|
|
R-cran-R6>0:devel/R-cran-R6 \
|
|
R-cran-rlang>=1.0.0:devel/R-cran-rlang
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|