1PORTNAME= cowplot 2DISTVERSION= 1.1.3 3CATEGORIES= graphics 4DISTNAME= ${PORTNAME}_${DISTVERSION} 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Streamlined Plot Theme and Plot Annotations for 'ggplot2' 8WWW= https://wilkelab.org/cowplot/ 9 10LICENSE= gpl2 11 12CRAN_DEPENDS= R-cran-ggplot2>=3.4.0:graphics/R-cran-ggplot2 \ 13 R-cran-gtable>0:math/R-cran-gtable \ 14 R-cran-rlang>0:devel/R-cran-rlang \ 15 R-cran-scales>0:graphics/R-cran-scales 16BUILD_DEPENDS= ${CRAN_DEPENDS} 17RUN_DEPENDS= ${CRAN_DEPENDS} 18TEST_DEPENDS= R-cran-dbplyr>0:databases/R-cran-dbplyr \ 19 R-cran-maps>0:math/R-cran-maps \ 20 R-cran-testthat>=1.0.0:devel/R-cran-testthat 21 22USES= cran:auto-plist 23 24.include <bsd.port.mk> 25