summaryrefslogtreecommitdiff
path: root/www/R-httr/Makefile
blob: a2847f7d4b90db78ded49999e51ba443775323d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $NetBSD: Makefile,v 1.3 2020/09/20 15:23:56 mef Exp $

R_PKGNAME=	httr
R_PKGVER=	1.4.2
CATEGORIES=	www

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Tools for working with URLs and HTTP
LICENSE=	mit

DEPENDS+=	R-R6-[0-9]*:../../devel/R-R6
DEPENDS+=	R-mime>=0.7:../../mail/R-mime
DEPENDS+=	R-openssl>=0.8:../../security/R-openssl
DEPENDS+=	R-jsonlite>=1.6:../../textproc/R-jsonlite
DEPENDS+=	R-curl>=3.0.0:../../www/R-curl

TEST_DEPENDS+=	R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+=	R-readr-[0-9]*:../../textproc/R-readr
TEST_DEPENDS+=	R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown


USE_LANGUAGES=	# none

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"