62f74cde09
* Adds maximum distance optimisation for Levenshtein. * Removes support for Ruby versions before 1.9.
14 lines
343 B
Makefile
14 lines
343 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/07/03 12:50:03 obache Exp $
|
|
|
|
DISTNAME= text-1.3.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= https://github.com/threedaymonk/text
|
|
COMMENT= Collection of text algorithms for Ruby
|
|
LICENSE= mit
|
|
|
|
RUBY_VERSION_SUPPORTED= 193 200 21
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|