pkgsrc/textproc/ruby-classifier/Makefile
minskim e494d37a8a Import ruby19-classifier-1.3.3 as textproc/ruby-classifier.
Classifier is a general classifier module for Ruby to allow Bayesian
and other types of classifications.
2011-05-23 18:11:23 +00:00

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"