667a5886b1
Takes screenshots of web pages, including Shiny applications and R Markdown documents.
23 lines
658 B
Makefile
23 lines
658 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/02/05 14:39:08 mef Exp $
|
|
|
|
R_PKGNAME= webshot
|
|
R_PKGVER= 0.5.2
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Take Screenshots of Web Pages
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= R-callr>=3.5.1:../../devel/R-callr
|
|
DEPENDS+= R-magrittr>=2.0.1:../../devel/R-magrittr
|
|
DEPENDS+= R-jsonlite>=1.7.1:../../textproc/R-jsonlite
|
|
DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
|
|
|
|
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
|
|
TEST_DEPENDS+= R-httpuv-[0-9]*:../../www/R-httpuv
|
|
TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|