pkgsrc/textproc/ruby-strings/Makefile
taca 6549adf4d2 textproc/ruby-strings: update to 0.2.1
0.2.1 - 2021-03-09

Changed

* Change to relax unicode-display_width version constraint to allow 2.0
  release.
2021-03-11 15:26:15 +00:00

18 lines
611 B
Makefile

# $NetBSD: Makefile,v 1.3 2021/03/11 15:26:15 taca Exp $
DISTNAME= strings-0.2.1
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.2<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:../../textproc/ruby-unicode-display_width
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"