mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix LICENSE
- Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
3c3a7cdee0
commit
ab4a512a23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488365
2 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,9 @@ DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||||
MAINTAINER= dbn@FreeBSD.org
|
MAINTAINER= dbn@FreeBSD.org
|
||||||
COMMENT= Read Excel Files
|
COMMENT= Read Excel Files
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3 BSD2CLAUSE
|
||||||
|
LICENSE_COMB= multi
|
||||||
|
LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE.note
|
||||||
|
|
||||||
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
|
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
|
||||||
RUN_DEPENDS= R-cran-Rcpp>=0.12.12:devel/R-cran-Rcpp \
|
RUN_DEPENDS= R-cran-Rcpp>=0.12.12:devel/R-cran-Rcpp \
|
||||||
|
|
|
@ -3,4 +3,4 @@ Import excel files into R. Supports '.xls' via the embedded 'libxls' C library
|
||||||
C++ library <https://rapidxml.sourceforge.net>. Works on Windows, Mac and Linux
|
C++ library <https://rapidxml.sourceforge.net>. Works on Windows, Mac and Linux
|
||||||
without external dependencies.
|
without external dependencies.
|
||||||
|
|
||||||
WWW: http://readxl.tidyverse.org
|
WWW: https://readxl.tidyverse.org/
|
||||||
|
|
Loading…
Add table
Reference in a new issue