blob: ceeeed110492d3698eb522235ef56119359408fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.7 2022/10/10 03:36:50 taca Exp $
DISTNAME= classifier-reborn-2.3.0
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/rubyversion.mk"
.if ${RUBY_VER} != 31
DEPENDS+= ${RUBY_PKGPREFIX}-matrix>=0.4:../../math/ruby-matrix
.endif
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|