blob: e7382b2126d043993e85c6776f599be7c52882ec (
plain)
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= bslib
PORTVERSION= 0.2.4
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'
LICENSE= MIT
CRAN_DEPENDS= R-cran-htmltools>=0.5.1:textproc/R-cran-htmltools \
R-cran-jsonlite>0:converters/R-cran-jsonlite \
R-cran-sass>=0.3.0:textproc/R-cran-sass \
R-cran-digest>=0.6.25:security/R-cran-digest \
R-cran-jquerylib>=0.1.3:www/R-cran-jquerylib \
R-cran-rlang>0:devel/R-cran-rlang \
R-cran-magrittr>0:devel/R-cran-magrittr
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>
|