20 lines
489 B
Makefile
20 lines
489 B
Makefile
PORTNAME= rappdirs
|
|
DISTVERSION= 0.3.3
|
|
PORTREVISION= 1
|
|
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>
|