e494d37a8a
Classifier is a general classifier module for Ruby to allow Bayesian and other types of classifications.
15 lines
465 B
Makefile
15 lines
465 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/05/23 18:11:23 minskim Exp $
|
|
|
|
DISTNAME= classifier-1.3.3
|
|
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"
|