4de7f26172
2015-06-23 - 1.3.2 * Fix release 1.3.1 2014-06-17 - 1.3.1 * This release was a bit premature, yanked it.
17 lines
444 B
Makefile
17 lines
444 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/09/13 13:00:06 taca Exp $
|
|
|
|
DISTNAME= term-ansicolor-1.3.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= http://flori.github.com/term-ansicolor
|
|
COMMENT= Ruby library colors strings using ANSI escape sequences
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-tins>=1.0<2:../../devel/ruby-tins
|
|
|
|
pre-configure:
|
|
${CHMOD} +x ${WRKSRC}/bin/*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|