Requires now R-cran-fastmap >= 1.2.0. Changelog: https://cran.r-project.org/web/packages/cachem/news/news.html Approved by: bofh (implicit), diizzy (implicit)
20 lines
460 B
Makefile
20 lines
460 B
Makefile
PORTNAME= cachem
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= databases
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= uzsolt@FreeBSD.org
|
|
COMMENT= Cache R Objects with Automatic Pruning
|
|
WWW= https://cran.r-project.org/web/packages/cachem/
|
|
|
|
LICENSE= MIT
|
|
|
|
CRAN_DEPENDS= R-cran-fastmap>=1.2.0:databases/R-cran-fastmap \
|
|
R-cran-rlang>0:devel/R-cran-rlang
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|