ports/textproc/R-cran-writexl/Makefile
2024-10-10 12:53:23 +00:00

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>