summaryrefslogtreecommitdiff
path: root/textproc/R-cran-utf8/Makefile
blob: 36ae44c1e4f759e4f59909a789e69dc97539d1a4 (plain) (blame)
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
26
PORTNAME=	utf8
DISTVERSION=	1.2.6
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	uzsolt@FreeBSD.org
COMMENT=	Unicode Text Processing
WWW=		https://cran.r-project.org/package=utf8

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

TEST_DEPENDS=	R-cran-cli>0:devel/R-cran-cli \
		R-cran-covr>0:devel/R-cran-covr \
		R-cran-knitr>0:print/R-cran-knitr \
		R-cran-rlang>0:devel/R-cran-rlang \
		R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
		R-cran-testthat>=3.0.0:devel/R-cran-testthat \
		R-cran-withr>0:devel/R-cran-withr

USES=		cran:auto-plist,compiles

# https://github.com/patperry/r-utf8/issues/45
TESTING_UNSAFE=	yes

.include <bsd.port.mk>