2021-01-31 05:14:06 +01:00
|
|
|
PORTNAME= sass
|
2022-07-19 14:42:09 +02:00
|
|
|
PORTVERSION= 0.4.2
|
2021-01-31 05:14:06 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
|
|
COMMENT= Syntactically Awesome Style Sheets ('Sass')
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2021-05-15 05:34:17 +02:00
|
|
|
CRAN_DEPENDS= R-cran-fs>0:sysutils/R-cran-fs \
|
|
|
|
R-cran-rlang>=0.4.10:devel/R-cran-rlang \
|
|
|
|
R-cran-htmltools>=0.5.1:textproc/R-cran-htmltools \
|
2021-01-31 05:14:06 +01:00
|
|
|
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>
|