blob: 2d7b31bc12683795c7bd5489358b4b44798126ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= htmltools
PORTVERSION= 0.5.3
PORTREVISION= 1
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Tools for HTML generation and output
WWW= https://cran.r-project.org/web/packages/htmltools/
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-digest>0:security/R-cran-digest \
R-cran-base64enc>0:converters/R-cran-base64enc \
R-cran-rlang>=0.4.10:devel/R-cran-rlang \
R-cran-fastmap>=1.1.0:databases/R-cran-fastmap
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|