aboutsummaryrefslogblamecommitdiff
path: root/devel/R-cran-rappdirs/Makefile
blob: 5a6920e4c5e6f09a5a404e5a84d14a37b2935cb6 (plain) (tree)
1
2
3
4
5
6
7
8
9
                        
                     
                 




                                                                                       
                                          



                                 


                                                              



                                        
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>