21 lines
579 B
Makefile
21 lines
579 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/07/31 20:26:12 brook Exp $
|
|
|
|
R_PKGNAME= tidyselect
|
|
R_PKGVER= 1.1.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Select from a set of strings
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= R-glue>=1.3.0:../../devel/R-glue
|
|
DEPENDS+= R-purrr>=0.3.2:../../devel/R-purrr
|
|
DEPENDS+= R-rlang>=0.4.6:../../devel/R-rlang
|
|
DEPENDS+= R-ellipsis>=0.3.0:../../math/R-ellipsis
|
|
DEPENDS+= R-vctrs>=0.2.2:../../math/R-vctrs
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../devel/R-Rcpp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|