blob: 902414d2fe6f8de6cdc70879db70455fe8bb1697 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= scrapeR
PORTVERSION= 0.1.6
PORTREVISION= 18
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>
|