pkgsrc/textproc/ruby-stringex/Makefile
taca c37d6c42c8 textproc/ruby-stringex: update to 2.8.6
2.8.6 (2023-04-19)

* Rails 6.1 removes update_attributes!. Use update! instead
* Support Ruby 2.7 (and later) arg syntax in callback_options
2023-04-30 13:46:18 +00:00

14 lines
352 B
Makefile

# $NetBSD: Makefile,v 1.13 2023/04/30 13:46:18 taca Exp $
DISTNAME= stringex-2.8.6
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rsl/stringex
COMMENT= Some (hopefully) useful extensions to Rubys String class
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"