1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/www/R-cran-bslib/Makefile
TAKATSU Tomonari 1081c090a3 - Add new port: www/R-cran-bslib
Simplifies custom 'CSS' styling of both 'shiny' and 'rmarkdown' via
  'Bootstrap' 'Sass'. Supports both 'Bootstrap' 3 and 4 as well as
  their various 'Bootswatch' themes. An interactive widget is also
  provided for previewing themes in real time.

  WWW: https://cran.r-project.org/web/packages/bslib/
2021-01-31 05:00:06 +00:00

26 lines
661 B
Makefile

# $FreeBSD$
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>