aboutsummaryrefslogtreecommitdiff
path: root/www/R-cran-webshot/Makefile
blob: 299b19a4c76c1c042366f7610e28c0110ea3b64f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	webshot
DISTVERSION=	0.5.4
CATEGORIES=	www
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	ygy@FreeBSD.org
COMMENT=	Take Screenshots of Web Pages
WWW=		http://wch.github.io/webshot/

LICENSE=	GPLv2

RUN_DEPENDS=	R-cran-jsonlite>0:converters/R-cran-jsonlite \
		R-cran-callr>0:devel/R-cran-callr \
		R-cran-magrittr>0:devel/R-cran-magrittr

USES=		cran:auto-plist

.include <bsd.port.mk>