summaryrefslogtreecommitdiff
path: root/textproc/ruby-classifier-reborn/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-02-07 14:56:49 +0000
committertaca <taca@pkgsrc.org>2015-02-07 14:56:49 +0000
commitdccfdb72a8805767831c21455354c388415fd910 (patch)
treebac0e6d489d901f9a2eab8f92585a9a5460c6a83 /textproc/ruby-classifier-reborn/Makefile
parent8435d915aee865e7a0c9baafa7c9e83d58be378f (diff)
downloadpkgsrc-dccfdb72a8805767831c21455354c388415fd910.tar.gz
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.
Diffstat (limited to 'textproc/ruby-classifier-reborn/Makefile')
-rw-r--r--textproc/ruby-classifier-reborn/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/ruby-classifier-reborn/Makefile b/textproc/ruby-classifier-reborn/Makefile
new file mode 100644
index 00000000000..eeea63110f9
--- /dev/null
+++ b/textproc/ruby-classifier-reborn/Makefile
@@ -0,0 +1,17 @@
+# $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"