diff --git a/textproc/R-cran-readxl/Makefile b/textproc/R-cran-readxl/Makefile index 1ffe9ad54b41..d6b85bcb1654 100644 --- a/textproc/R-cran-readxl/Makefile +++ b/textproc/R-cran-readxl/Makefile @@ -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 \ diff --git a/textproc/R-cran-readxl/pkg-descr b/textproc/R-cran-readxl/pkg-descr index 934229ca9f0a..bb08ef10caa4 100644 --- a/textproc/R-cran-readxl/pkg-descr +++ b/textproc/R-cran-readxl/pkg-descr @@ -3,4 +3,4 @@ Import excel files into R. Supports '.xls' via the embedded 'libxls' C library C++ library . Works on Windows, Mac and Linux without external dependencies. -WWW: http://readxl.tidyverse.org +WWW: https://readxl.tidyverse.org/