summaryrefslogtreecommitdiff
path: root/textproc/ruby-classifier/Makefile
blob: e5b3f3ce7b076695a72dc9ff86889ef50e0c3abe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.2 2014/03/14 18:07:16 taca Exp $

DISTNAME=	classifier-1.3.4
PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES=	textproc

MAINTAINER=	minskim@NetBSD.org
HOMEPAGE=	http://classifier.rufy.com/
COMMENT=	General classifier module for Bayesian and other classificaions
LICENSE=	gnu-lgpl-v2.1

DEPENDS=	${RUBY_PKGPREFIX}-fast-stemmer>=1.0.0:../../textproc/ruby-fast-stemmer

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"