aboutsummaryrefslogblamecommitdiff
path: root/devel/R-cran-tidyselect/Makefile
blob: 86944ad16fc5d2d3a015cb67c7954840e20119e4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13



                                                 
                     







                                            




                                                         





                                        
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

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

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

LICENSE=	GPLv3

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.3:devel/R-cran-rlang \
		R-cran-vctrs>=0.2.2:devel/R-cran-vctrs
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>