pkgsrc/devel/R-crayon/Makefile
minskim 29723d9e7c devel/R-crayon: Import version 1.3.4
Colored terminal output on terminals that support 'ANSI' color and
highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support
is automatically detected. Colors and highlighting can be combined and
nested. New styles can also be created easily. This package was
inspired by the 'chalk' 'JavaScript' project.
2018-02-07 17:03:48 +00:00

17 lines
379 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/02/07 17:03:48 minskim Exp $
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/r-lib/crayon/
COMMENT= Colored terminal output
LICENSE= mit
R_PKGNAME= crayon
R_PKGVER= 1.3.4
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"