24 lines
584 B
Makefile
24 lines
584 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tidyselect
|
|
PORTVERSION= 1.1.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.6: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>
|