mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 19:35:28 -04:00
A general classifier module to allow Bayesian and other types of classifications. WWW: https://github.com/jekyll/classifier-reborn PR: 192973 Submitted by: Michael Moll <kvedulv@kvedulv.de>
22 lines
479 B
Makefile
22 lines
479 B
Makefile
# Created by: Michael Moll <kvedulv@kvedulv.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= classifier-reborn
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Classifier module for Bayesian and other types of classifications
|
|
|
|
LICENSE= LGPL21
|
|
|
|
RUN_DEPENDS= rubygem-fast-stemmer>=1.0.0:${PORTSDIR}/devel/rubygem-fast-stemmer
|
|
|
|
PLIST_FILES= bin/bayes.rb bin/summarize.rb
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|