summaryrefslogtreecommitdiff
path: root/textproc/R-stringr/Makefile
blob: 835e97f74eadadf92e6bccbe5312abd47294d1bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.8 2021/06/05 07:32:59 mef Exp $

R_PKGNAME=	stringr
R_PKGVER=	1.4.0
CATEGORIES=	textproc

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Simple, consistent wrappers for common string operations
LICENSE=	gnu-gpl-v2

DEPENDS+=	R-glue>=1.2.0:../../devel/R-glue
DEPENDS+=	R-magrittr>=1.5:../../devel/R-magrittr
DEPENDS+=	R-stringi>=1.1.7:../../textproc/R-stringi

TEST_DEPENDS+=	R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+=	R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+=	R-testthat-[0-9]*:../../devel/R-testthat

USE_LANGUAGES=	# none

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