freebsd-ports/devel/R-cran-tidyselect/Makefile
TAKATSU Tomonari 0982970667 devel/R-cran-tidyselect: Update to 1.1.1
- Update to 1.1.1
- Change LICENSE to MIT
2021-05-01 02:57:30 +09:00

23 lines
570 B
Makefile

# 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>