b66748ec97
An 'SCSS' compiler, powered by the 'LibSass' library. With this, R developers can use variables, inheritance, and functions to generate dynamic style sheets. The package uses the 'Sass CSS' extension language, which is stable, powerful, and CSS compatible. WWW: https://cran.r-project.org/web/packages/sass/
25 lines
571 B
Makefile
25 lines
571 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sass
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Syntactically Awesome Style Sheets ('Sass')
|
|
|
|
LICENSE= MIT
|
|
|
|
CRAN_DEPENDS= R-cran-digest>0:security/R-cran-digest \
|
|
R-cran-fs>0:sysutils/R-cran-fs \
|
|
R-cran-rlang>0:devel/R-cran-rlang \
|
|
R-cran-htmltools>0:textproc/R-cran-htmltools \
|
|
R-cran-R6>0:devel/R-cran-R6 \
|
|
R-cran-rappdirs>0:devel/R-cran-rappdirs
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|