freebsd-ports/textproc/R-cran-openxlsx/Makefile
David Naylor 793f2400d7 textproc/R-cran-openxlsx: Read, Write and Edit XLSX Files
Generated by:	portcran (0.1.8)
2018-09-24 06:59:56 +00:00

21 lines
463 B
Makefile

# $FreeBSD$
PORTNAME= openxlsx
DISTVERSION= 4.1.0
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= Read, Write and Edit XLSX Files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
RUN_DEPENDS= R-cran-zip>0:archivers/R-cran-zip \
R-cran-Rcpp>0:devel/R-cran-Rcpp
TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
USES= cran:auto-plist,compiles
.include <bsd.port.mk>