summaryrefslogtreecommitdiff
path: root/textproc/R-cran-sass/Makefile
blob: 59da9cb5c0565745bc8a6cefbb953667656a9c1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	sass
PORTVERSION=	0.4.2
PORTREVISION=	1
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Syntactically Awesome Style Sheets ('Sass')
WWW=		https://cran.r-project.org/web/packages/sass/

LICENSE=	MIT

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 \
		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>