diff options
Diffstat (limited to 'textproc/R-cran-DT/Makefile')
-rw-r--r-- | textproc/R-cran-DT/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/R-cran-DT/Makefile b/textproc/R-cran-DT/Makefile index 688245dcd10f..cb788fd2409a 100644 --- a/textproc/R-cran-DT/Makefile +++ b/textproc/R-cran-DT/Makefile @@ -1,5 +1,5 @@ PORTNAME= DT -PORTVERSION= 0.33 +PORTVERSION= 0.34.0 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -7,12 +7,11 @@ MAINTAINER= tota@FreeBSD.org COMMENT= Wrapper of the JavaScript Library 'DataTables' WWW= https://cran.r-project.org/web/packages/DT/ -LICENSE= GPLv3 +LICENSE= MIT RUN_DEPENDS= R-cran-crosstalk>0:www/R-cran-crosstalk \ R-cran-htmltools>=0.3.6:textproc/R-cran-htmltools \ R-cran-htmlwidgets>=1.3:www/R-cran-htmlwidgets \ - R-cran-httpuv>0:www/R-cran-httpuv \ R-cran-jquerylib>0:www/R-cran-jquerylib \ R-cran-jsonlite>=0.9.16:converters/R-cran-jsonlite \ R-cran-magrittr>0:devel/R-cran-magrittr \ |