1PORTNAME= ggrepel 2DISTVERSION= 0.9.6 3CATEGORIES= graphics 4DISTNAME= ${PORTNAME}_${DISTVERSION} 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Help to avoid overlapping text labels of ggplot2 8WWW= https://cran.r-project.org/web/packages/ggrepel/ 9 10LICENSE= gpl3 11LICENSE_FILE= ${WRKSRC}/LICENSE 12 13CRAN_DEPENDS= R-cran-ggplot2>2.2.0:graphics/R-cran-ggplot2 \ 14 R-cran-Rcpp>0:devel/R-cran-Rcpp \ 15 R-cran-rlang>=0.3.0:devel/R-cran-rlang \ 16 R-cran-scales>=0.5.0:graphics/R-cran-scales \ 17 R-cran-withr>=2.5.0:devel/R-cran-withr 18BUILD_DEPENDS= ${CRAN_DEPENDS} 19RUN_DEPENDS= ${CRAN_DEPENDS} 20 21USES= cran:auto-plist,compiles 22 23.include <bsd.port.mk> 24