freebsd-ports/graphics/R-cran-scales/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
628 B
Makefile

PORTNAME= scales
PORTVERSION= 1.1.1
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Scale functions for graphics
LICENSE= MIT
CRAN_DEPENDS= R-cran-farver>=2.0.3:graphics/R-cran-farver \
R-cran-labeling>0:math/R-cran-labeling \
R-cran-lifecycle>0:devel/R-cran-lifecycle \
R-cran-munsell>=0.5:graphics/R-cran-munsell \
R-cran-R6>0:devel/R-cran-R6 \
R-cran-RColorBrewer>0:graphics/R-cran-RColorBrewer \
R-cran-viridisLite>0:graphics/R-cran-viridisLite
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>