summaryrefslogtreecommitdiff
path: root/textproc/R-cran-writexl/Makefile
blob: 76c89d88716e5cb130bdd6917d851fb500b01f7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	writexl
DISTVERSION=	1.5.0
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Export Data Frames to Excel Format
WWW=		https://github.com/ropensci/writexl/

LICENSE=	BSD2CLAUSE

RUN_DEPENDS=	R-cran-spelling>=0:textproc/R-cran-spelling \
		R-cran-bit64>=0:devel/R-cran-bit64 \
		R-cran-readxl>=0:textproc/R-cran-readxl
TEST_DEPENDS=	R-cran-testthat>=0:devel/R-cran-testthat

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>