freebsd-ports/graphics/R-cran-ggplot2/Makefile
2024-03-11 08:17:33 +00:00

27 lines
768 B
Makefile

PORTNAME= ggplot2
PORTVERSION= 3.5.0
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Implementation of the Grammar of Graphics
WWW= https://ggplot2.tidyverse.org/
LICENSE= MIT
CRAN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \
R-cran-glue>0:devel/R-cran-glue \
R-cran-gtable>=0.1.1:math/R-cran-gtable \
R-cran-isoband>0:math/R-cran-isoband \
R-cran-lifecycle>=1.0.1:devel/R-cran-lifecycle \
R-cran-rlang>=1.1.0:devel/R-cran-rlang \
R-cran-scales>=1.2.0:graphics/R-cran-scales \
R-cran-tibble>0:devel/R-cran-tibble \
R-cran-vctrs>=0.5.0:devel/R-cran-vctrs \
R-cran-withr>=2.5.0:devel/R-cran-withr
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>