- Fix LICENSE

- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-12-26 09:30:18 +00:00
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

View file

@ -9,7 +9,9 @@ DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= dbn@FreeBSD.org
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
RUN_DEPENDS= R-cran-Rcpp>=0.12.12:devel/R-cran-Rcpp \

View file

@ -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
without external dependencies.
WWW: http://readxl.tidyverse.org
WWW: https://readxl.tidyverse.org/