33 lines
960 B
Makefile
33 lines
960 B
Makefile
PORTNAME= vroom
|
|
PORTVERSION= 1.5.5
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Read and Write Rectangular Text Data Quickly
|
|
|
|
LICENSE= MIT
|
|
|
|
CRAN_DEPENDS= R-cran-bit64>0:devel/R-cran-bit64 \
|
|
R-cran-crayon>0:devel/R-cran-crayon \
|
|
R-cran-cli>0:devel/R-cran-cli \
|
|
R-cran-glue>0:devel/R-cran-glue \
|
|
R-cran-hms>0:devel/R-cran-hms \
|
|
R-cran-lifecycle>0:devel/R-cran-lifecycle \
|
|
R-cran-rlang>=0.4.2:devel/R-cran-rlang \
|
|
R-cran-tibble>=2.0.0:devel/R-cran-tibble \
|
|
R-cran-tzdb>=0.1.1:devel/R-cran-tzdb \
|
|
R-cran-vctrs>=0.2.0:devel/R-cran-vctrs \
|
|
R-cran-tidyselect>0:devel/R-cran-tidyselect \
|
|
R-cran-withr>0:devel/R-cran-withr \
|
|
R-cran-progress>=1.2.1:devel/R-cran-progress \
|
|
R-cran-cpp11>=0.2.0:devel/R-cran-cpp11
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= compiler:c++11-lang cran:auto-plist,compiles shebangfix
|
|
|
|
SHEBANG_FILES= inst/bench/*.sh
|
|
|
|
.include <bsd.port.mk>
|