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