aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-tidyselect/Makefile
blob: 6c5961ab7602a511e71c03d57bf56facfea492e4 (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
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	tidyselect
PORTVERSION=	1.1.1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Select from a Set of Strings

LICENSE=	MIT

CRAN_DEPENDS=	R-cran-ellipsis>0:devel/R-cran-ellipsis \
		R-cran-glue>=1.3.0:devel/R-cran-glue \
		R-cran-purrr>=0.3.2:devel/R-cran-purrr \
		R-cran-rlang>=0.4.6:devel/R-cran-rlang \
		R-cran-vctrs>=0.3.0:devel/R-cran-vctrs
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>