summaryrefslogtreecommitdiff
path: root/www/R-cran-scrapeR/Makefile
blob: 704f1f1c49c594d8c8e25108d48d629414a8fc97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	scrapeR
PORTVERSION=	0.1.6
PORTREVISION=	17
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/

RUN_DEPENDS=	R-cran-XML>0:textproc/R-cran-XML \
		R-cran-RCurl>0:ftp/R-cran-RCurl

USES=	cran:auto-plist

.include <bsd.port.mk>