aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-pkgcache/Makefile
blob: ceb2be80ca6f1d42ca62d6f6853ecc56d4d5e49c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
PORTNAME=	pkgcache
DISTVERSION=	2.0.3
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	ygy@FreeBSD.org
COMMENT=	Cache 'CRAN'-Like Metadata and R Packages
WWW=		https://github.com/r-lib/pkgcache#readme

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	R-cran-jsonlite>0:converters/R-cran-jsonlite \
		R-cran-R6>0:devel/R-cran-R6 \
		R-cran-callr>=2.0.4.9000:devel/R-cran-callr \
		R-cran-cli>=3.2.0:devel/R-cran-cli \
		R-cran-filelock>0:devel/R-cran-filelock \
		R-cran-prettyunits>0:devel/R-cran-prettyunits \
		R-cran-rappdirs>0:devel/R-cran-rappdirs \
		R-cran-curl>=3.2:ftp/R-cran-curl \
		R-cran-processx>=3.3.0.9001:sysutils/R-cran-processx
TEST_DEPENDS=	R-cran-zip>0:archivers/R-cran-zip \
		R-cran-covr>0:devel/R-cran-covr \
		R-cran-desc>0:devel/R-cran-desc \
		R-cran-mockery>0:devel/R-cran-mockery \
		R-cran-pillar>0:devel/R-cran-pillar \
		R-cran-rprojroot>0:devel/R-cran-rprojroot \
		R-cran-sessioninfo>0:devel/R-cran-sessioninfo \
		R-cran-testthat>=3.0.0:devel/R-cran-testthat \
		R-cran-withr>0:devel/R-cran-withr \
		R-cran-pingr>0:net/R-cran-pingr \
		R-cran-fs>0:sysutils/R-cran-fs \
		R-cran-spelling>0:textproc/R-cran-spelling

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>