aboutsummaryrefslogtreecommitdiff
path: root/www/R-cran-bslib/Makefile
blob: d91fce196f309eb959a7a2abc1abec10934d2bb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	bslib
PORTVERSION=	0.2.5.1
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.4.0:textproc/R-cran-sass \
		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>