aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-rappdirs/Makefile
blob: 2f16450034975a2a69cb13374371ab123a388168 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Guangyuan Yang <ygy@FreeBSD.org>

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

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>