pkgsrc/devel/ruby-term-ansicolor/Makefile
taca 386e9ce3c6 devel/ruby-term-ansicolor: update to 1.7.1
2019-01-18 - 1.7.1 * Fix term_display command for never tins
2019-01-20 14:07:23 +00:00

19 lines
485 B
Makefile

# $NetBSD: Makefile,v 1.10 2019/01/20 14:07:23 taca Exp $
DISTNAME= term-ansicolor-1.7.1
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"