mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
19 lines
485 B
Makefile
19 lines
485 B
Makefile
PORTNAME= writexl
|
|
DISTVERSION= 1.5.1
|
|
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>
|