summaryrefslogtreecommitdiff
path: root/devel/R-cran-cpp11/Makefile
blob: 2e5040fa8094f7467eceb35618c9a20b29c2c14a (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
27
PORTNAME=	cpp11
DISTVERSION=	0.5.2
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	eduardo@FreeBSD.org
COMMENT=	C++11 Interface for R's C Interface
WWW=		https://cran.r-project.org/web/packages/cpp11/

LICENSE=	MIT

TEST_DEPENDS=	R-cran-decor>0:devel/R-cran-decor \
		R-cran-knitr>0:print/R-cran-knitr \
		R-cran-mockery>0:devel/R-cran-mockery \
		R-cran-progress>0:devel/R-cran-progress \
		R-cran-testthat>0:devel/R-cran-testthat

TESTING_UNSAFE=	https://github.com/r-lib/cpp11/issues/419

USES=		cran:auto-plist

pre-test:
# R-cran-bench package does not exist yet
	@${LOCALBASE}/bin/Rscript -e 'install.packages("bench", \
		repos = "https://cloud.r-project.org")'

.include <bsd.port.mk>