freebsd-ports/www/R-cran-rvest/Makefile
2023-04-23 09:09:58 +00:00

28 lines
767 B
Makefile

PORTNAME= rvest
PORTVERSION= 1.0.3
PORTREVISION= 1
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Easily Harvest (Scrape) Web Pages
WWW= https://cran.r-project.org/web/packages/rvest/
LICENSE= MIT
CRAN_DEPENDS= R-cran-glue>0:devel/R-cran-glue \
R-cran-cli>0:devel/R-cran-cli \
R-cran-httr>=0.5:www/R-cran-httr \
R-cran-lifecycle>=1.0.0:devel/R-cran-lifecycle \
R-cran-magrittr>0:devel/R-cran-magrittr \
R-cran-rlang>=1.0.0:devel/R-cran-rlang \
R-cran-selectr>0:www/R-cran-selectr \
R-cran-tibble>0:devel/R-cran-tibble \
R-cran-xml2>=1.3:textproc/R-cran-xml2 \
R-cran-withr>0:devel/R-cran-withr
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>