blob: c670f71fca71634f63d82a43de8011992b17eb5b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= shinyjs
DISTVERSION= 2.1.0
CATEGORIES= www
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Easily Improve the User Experience of Your Shiny Apps in Seconds
WWW= https://deanattali.com/shinyjs/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
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-htmltools>=0.2.9:textproc/R-cran-htmltools \
R-cran-knitr>=1.7:print/R-cran-knitr \
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
R-cran-testthat>=0.9.1:devel/R-cran-testthat
USES= cran:auto-plist
.include <bsd.port.mk>
|