29 lines
806 B
Makefile
29 lines
806 B
Makefile
PORTNAME= forcats
|
|
DISTVERSION= 1.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tools for Working with Categorical Variables (Factors)
|
|
WWW= https://forcats.tidyverse.org/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
|
|
RUN_DEPENDS= R-cran-cli>=3.4.0:devel/R-cran-cli \
|
|
R-cran-glue>0:devel/R-cran-glue \
|
|
R-cran-lifecycle>0:devel/R-cran-lifecycle \
|
|
R-cran-magrittr>0:devel/R-cran-magrittr \
|
|
R-cran-rlang>=1.0.0:devel/R-cran-rlang \
|
|
R-cran-tibble>0:devel/R-cran-tibble
|
|
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
|
|
R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
|
|
R-cran-dplyr>0:math/R-cran-dplyr \
|
|
R-cran-knitr>0:print/R-cran-knitr
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|