opnsense-ports/textproc/R-cran-htmltools/Makefile
Franco Fichtner 6cf8ca4e24 */*: sync with upstream
Taken from: FreeBSD
2023-06-02 10:20:54 +02:00

22 lines
608 B
Makefile

PORTNAME= htmltools
PORTVERSION= 0.5.5
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= uzsolt@uzsolt.hu
COMMENT= Tools for HTML generation and output
WWW= https://cran.r-project.org/web/packages/htmltools/
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-base64enc>0:converters/R-cran-base64enc \
R-cran-digest>0:security/R-cran-digest \
R-cran-ellipsis>0:devel/R-cran-ellipsis \
R-cran-fastmap>=1.1.0:databases/R-cran-fastmap \
R-cran-rlang>=0.4.10:devel/R-cran-rlang
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>