diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-12-26 17:30:18 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-12-26 17:30:18 +0800 |
commit | e950b1734397a00ff0b0782742c69e0ba4e0212e (patch) | |
tree | e07143e190b38639669990cabac000c9902021c6 /textproc | |
parent | 84a0315cea1cadf4f92ec9739bc97e5f6bf430fa (diff) | |
download | freebsd-ports-gnome-e950b1734397a00ff0b0782742c69e0ba4e0212e.tar.gz freebsd-ports-gnome-e950b1734397a00ff0b0782742c69e0ba4e0212e.tar.zst freebsd-ports-gnome-e950b1734397a00ff0b0782742c69e0ba4e0212e.zip |
- Fix LICENSE
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/R-cran-readxl/Makefile | 4 | ||||
-rw-r--r-- | textproc/R-cran-readxl/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
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 <https://rapidxml.sourceforge.net>. Works on Windows, Mac and Linux without external dependencies. -WWW: http://readxl.tidyverse.org +WWW: https://readxl.tidyverse.org/ |