fa2a8ccdec
Quote from commit log v1.4.1 * Always return a string from yield * Be more accurate for triple html colors * Test on ruby 2.4.1 * Remove codeclimate stuff v1.6.0 * Implement HSL colors and a couple of cool methods * Use license Apache 2.0 starting from version 1.6.0
19 lines
484 B
Makefile
19 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.7 2017/04/22 16:32:13 taca Exp $
|
|
|
|
DISTNAME= term-ansicolor-1.6.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= https://flori.github.com/term-ansicolor
|
|
COMMENT= Ruby library colors strings using ANSI escape sequences
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-tins>=1.0<2:../../devel/ruby-tins
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
pre-configure:
|
|
${CHMOD} +x ${WRKSRC}/bin/*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|