1PORTNAME= ggplot2 2PORTVERSION= 3.5.2 3CATEGORIES= graphics 4DISTNAME= ${PORTNAME}_${PORTVERSION} 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Implementation of the Grammar of Graphics 8WWW= https://ggplot2.tidyverse.org/ 9 10LICENSE= mit 11 12CRAN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ 13 R-cran-glue>0:devel/R-cran-glue \ 14 R-cran-gtable>=0.1.1:math/R-cran-gtable \ 15 R-cran-isoband>0:math/R-cran-isoband \ 16 R-cran-lifecycle>=1.0.1:devel/R-cran-lifecycle \ 17 R-cran-rlang>=1.1.0:devel/R-cran-rlang \ 18 R-cran-scales>=1.2.0:graphics/R-cran-scales \ 19 R-cran-tibble>0:devel/R-cran-tibble \ 20 R-cran-vctrs>=0.5.0:devel/R-cran-vctrs \ 21 R-cran-withr>=2.5.0:devel/R-cran-withr 22BUILD_DEPENDS= ${CRAN_DEPENDS} 23RUN_DEPENDS= ${CRAN_DEPENDS} 24 25USES= cran:auto-plist 26 27.include <bsd.port.mk> 28