ee1092f0a7
Allow other compiler other than "gcc".
13 lines
360 B
Makefile
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"
|