pkgsrc/textproc/ruby-classifier-reborn/Makefile
taca e911605724 Add ruby-classifier-reborn 2.0.3, successor of ruby-classifier.
Classifier is a general classifier module for Ruby to allow Bayesian
and other types of classifications.

Classifier Reborn is a fork of cardmagic/classifier under more active
development.
2015-02-07 14:56:49 +00:00

17 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/02/07 14:56:49 taca Exp $
DISTNAME= classifier-reborn-2.0.3
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jekyll/classifier-reborn/
COMMENT= General classifier module for Bayesian and other classificaions
LICENSE= gnu-lgpl-v2.1
DEPENDS= ${RUBY_PKGPREFIX}-fast-stemmer>=1.0<2:../../textproc/ruby-fast-stemmer
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"