pkgsrc/textproc/ruby-fast-stemmer/Makefile
taca ee1092f0a7 Update ruby-fast-stemmer to 1.0.2.
Allow other compiler other than "gcc".
2013-02-11 09:07:04 +00:00

13 lines
360 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/02/11 09:07:04 taca Exp $
DISTNAME= fast-stemmer-1.0.2
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"