diff options
Diffstat (limited to 'www/R-cran-shinyjs/Makefile')
-rw-r--r-- | www/R-cran-shinyjs/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/R-cran-shinyjs/Makefile b/www/R-cran-shinyjs/Makefile index 2661a2966106..c670f71fca71 100644 --- a/www/R-cran-shinyjs/Makefile +++ b/www/R-cran-shinyjs/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 2.1.0 CATEGORIES= www DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Easily Improve the User Experience of Your Shiny Apps in Seconds WWW= https://deanattali.com/shinyjs/ @@ -11,13 +11,13 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr -RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \ - R-cran-digest>=0.6.8:security/R-cran-digest \ +RUN_DEPENDS= R-cran-digest>=0.6.8:security/R-cran-digest \ + R-cran-jsonlite>0:converters/R-cran-jsonlite \ R-cran-shiny>=1.0.0:www/R-cran-shiny -TEST_DEPENDS= R-cran-testthat>=0.9.1:devel/R-cran-testthat \ +TEST_DEPENDS= R-cran-htmltools>=0.2.9:textproc/R-cran-htmltools \ R-cran-knitr>=1.7:print/R-cran-knitr \ - R-cran-htmltools>=0.2.9:textproc/R-cran-htmltools \ - R-cran-rmarkdown>0:textproc/R-cran-rmarkdown + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ + R-cran-testthat>=0.9.1:devel/R-cran-testthat USES= cran:auto-plist |