mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
21 lines
558 B
Makefile
21 lines
558 B
Makefile
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>
|