1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/www/R-cran-scrapeR/Makefile
TAKATSU Tomonari 3e681c7350 www/R-cran-scrapeR: Update to 0.1.8
Reported by:	portscout
2024-02-23 12:18:02 +00:00

20 lines
467 B
Makefile

PORTNAME= scrapeR
PORTVERSION= 0.1.8
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Tools for Scraping Data from HTML and XML Documents
WWW= https://cran.r-project.org/web/packages/scrapeR/
LICENSE= MIT
RUN_DEPENDS= R-cran-httr>0:www/R-cran-httr \
R-cran-magrittr>0:devel/R-cran-magrittr \
R-cran-rvest>0:www/R-cran-rvest \
R-cran-stringr>0:textproc/R-cran-stringr
USES= cran:auto-plist
.include <bsd.port.mk>