aboutsummaryrefslogtreecommitdiff
path: root/www/R-cran-scrapeR/Makefile
blob: 2dc3b82741499295d673a92de3697661ad03fd8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>