76e4ba3162
Add ruby-strings-ansi version 0.2.0 package. Strings::ANSI > Handle ANSI escape codes in strings. Strings::ANSI provides ANSI handling for Strings (https://github.com/piotrmurach/strings) utilities.
14 lines
357 B
Makefile
14 lines
357 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/19 14:13:38 taca Exp $
|
|
|
|
DISTNAME= strings-ansi-0.2.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/piotrmurach/strings
|
|
COMMENT= Methods for processing ANSI escape codes in strings
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|