summaryrefslogtreecommitdiff
path: root/textproc/R-cran-writexl/Makefile
blob: d639323b601953fbf55508482b0b3bd6f46159e9 (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.4
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>