freebsd-ports/devel/R-cran-crayon/Makefile
2022-10-05 02:42:01 -04:00

20 lines
475 B
Makefile

PORTNAME= crayon
DISTVERSION= 1.5.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Colored Terminal Output
WWW= https://github.com/r-lib/crayon#readme
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= R-cran-mockery>0:devel/R-cran-mockery \
R-cran-rstudioapi>0:devel/R-cran-rstudioapi \
R-cran-testthat>0:devel/R-cran-testthat \
R-cran-withr>0:devel/R-cran-withr
USES= cran:auto-plist
.include <bsd.port.mk>