aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-htmltools/Makefile
blob: aa9cc8e7c26439d8d97f4026b41d86e55280d50b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	htmltools
DISTVERSION=	0.5.9
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	uzsolt@FreeBSD.org
COMMENT=	Tools for HTML generation and output
WWW=		https://cran.r-project.org/package=htmltools

LICENSE=	GPLv2+

CRAN_DEPENDS=	R-cran-base64enc>0:converters/R-cran-base64enc \
		R-cran-digest>0:security/R-cran-digest \
		R-cran-fastmap>=1.1.0:databases/R-cran-fastmap \
		R-cran-rlang>=1.0.0:devel/R-cran-rlang
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}
TEST_DEPENDS=	R-cran-markdown>0:textproc/R-cran-markdown \
		R-cran-ragg>0:graphics/R-cran-ragg \
		R-cran-shiny>0:www/R-cran-shiny \
		R-cran-testthat>0:devel/R-cran-testthat \
		R-cran-withr>0:devel/R-cran-withr

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>