pkgsrc/textproc/ruby-strings/Makefile
taca d390622647 textproc/ruby-strings: add version 0.1.8 package
Add ruby-strings versino 0.1.8 package.

Strings

> The Strings is a set of useful functions such as fold, truncate, wrap, and
  many more for transforming strings.
2020-01-19 09:31:54 +00:00

18 lines
613 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/19 09:31:54 taca Exp $
DISTNAME= strings-0.1.8
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/piotrmurach/strings
COMMENT= Set of useful functions for transforming strings
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-strings-ansi>=0.1<1:../../textproc/ruby-strings-ansi
DEPENDS+= ${RUBY_PKGPREFIX}-unicode_utils>=1.4<2:../../textproc/ruby-unicode_utils
DEPENDS+= ${RUBY_PKGPREFIX}-unicode-display_width>=1.5<2:../../textproc/ruby-unicode-display_width
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"