aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-vroom/Makefile
blob: bc4859d3979560abc1a42dd5a15e0b2ca023cfc4 (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
28
29
30
31
32
33
34
PORTNAME=	vroom
PORTVERSION=	1.5.7
PORTREVISION=	1
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Read and Write Rectangular Text Data Quickly
WWW=		https://cran.r-project.org/web/packages/vroom/

LICENSE=	MIT

CRAN_DEPENDS=	R-cran-bit64>0:devel/R-cran-bit64 \
		R-cran-crayon>0:devel/R-cran-crayon \
		R-cran-cli>0:devel/R-cran-cli \
		R-cran-glue>0:devel/R-cran-glue \
		R-cran-hms>0:devel/R-cran-hms \
		R-cran-lifecycle>0:devel/R-cran-lifecycle \
		R-cran-rlang>=0.4.2:devel/R-cran-rlang \
		R-cran-tibble>=2.0.0:devel/R-cran-tibble \
		R-cran-tzdb>=0.1.1:devel/R-cran-tzdb \
		R-cran-vctrs>=0.2.0:devel/R-cran-vctrs \
		R-cran-tidyselect>0:devel/R-cran-tidyselect \
		R-cran-withr>0:devel/R-cran-withr \
		R-cran-progress>=1.2.1:devel/R-cran-progress \
		R-cran-cpp11>=0.2.0:devel/R-cran-cpp11
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		compiler:c++11-lang cran:auto-plist,compiles shebangfix

SHEBANG_FILES=	inst/bench/*.sh

.include <bsd.port.mk>