forked from Lainports/freebsd-ports
Change uzsolt@uzsolt.hu to uzsolt@FreeBSD.org on all relevant ports: audio/musicpc converters/R-cran-jsonlite databases/R-cran-cachem databases/R-cran-fastmap databases/adminer deskutils/fet devel/R-cran-cli devel/R-cran-fansi devel/R-cran-later devel/R-cran-purrr devel/R-cran-vctrs devel/lua-sysctl ftp/R-cran-curl graphics/R-cran-colorspace graphics/R-cran-ggrepel graphics/R-cran-magick graphics/diff-pdf graphics/mupdf graphics/timg graphics/zathura-pdf-mupdf mail/squirrelmail-translations mail/squirrelmail math/R-cran-gtable math/R-cran-isoband math/geogebra misc/R-cran-xfun misc/histring print/R-cran-knitr security/R-cran-digest sysutils/hcloud sysutils/py-rdiff-backup textproc/R-cran-highr textproc/R-cran-htmltools textproc/R-cran-stringi textproc/R-cran-stringr textproc/R-cran-utf8 textproc/R-cran-yaml textproc/urlview www/kohana x11-wm/herbstluftwm x11/bemenu x11/dzen2 x11/stalonetray Approved by: bofh (mentor), diizzy (mentor) Differential Revision: https://reviews.freebsd.org/D43614
22 lines
610 B
Makefile
22 lines
610 B
Makefile
PORTNAME= htmltools
|
|
DISTVERSION= 0.5.7
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= uzsolt@FreeBSD.org
|
|
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>
|