aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-tidyselect/Makefile
blob: 84a12ab79146181000b545a3266f72777e38f5bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	tidyselect
PORTVERSION=	1.2.1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Select from a Set of Strings
WWW=		https://cran.r-project.org/web/packages/tidyselect/

LICENSE=	MIT

RUN_DEPENDS=	R-cran-cli>=3.3.0:devel/R-cran-cli \
		R-cran-glue>=1.3.0:devel/R-cran-glue \
		R-cran-lifecycle>=1.0.3:devel/R-cran-lifecycle \
		R-cran-rlang>=1.0.4:devel/R-cran-rlang \
		R-cran-vctrs>=0.5.2:devel/R-cran-vctrs \
		R-cran-withr>=0:devel/R-cran-withr

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>