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

PORTNAME=	rappdirs
DISTVERSION=	0.3.1
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-testthat>0:devel/R-cran-testthat

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>