blob: 3d9974d540de5111b0e014de7f0f2eef8ac065a5 (
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
|
PORTNAME= fs
DISTVERSION= 1.6.5
CATEGORIES= filesystems sysutils
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Cross-Platform File System Operations Based on 'libuv'
WWW= https://fs.r-lib.org
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
R-cran-crayon>0:devel/R-cran-crayon \
R-cran-knitr>0:print/R-cran-knitr \
R-cran-pillar>=1.0.0:devel/R-cran-pillar \
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
R-cran-spelling>0:textproc/R-cran-spelling \
R-cran-testthat>=3.0.0:devel/R-cran-testthat \
R-cran-tibble>=1.1.0:devel/R-cran-tibble \
R-cran-vctrs>=0.3.0:devel/R-cran-vctrs \
R-cran-withr>0:devel/R-cran-withr
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|