blob: eec22aeff604487ce96656147572cac66b4bf3cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= rappdirs
DISTVERSION= 0.3.3
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Application Directories: Determine Where to Save Data, Caches, and Logs
WWW= https://rappdirs.r-lib.org
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
R-cran-testthat>=3.0.0:devel/R-cran-testthat \
R-cran-withr>0:devel/R-cran-withr
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|