d79938f338
One bug fix: don't mutate the original string.
13 lines
360 B
Makefile
13 lines
360 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/04/29 14:32:22 taca Exp $
|
|
|
|
DISTNAME= fast-stemmer-1.0.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://github.com/romanbsd/fast-stemmer
|
|
COMMENT= Ruby library for Porter stemming algorithm
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|