opnsense-ports/devel/rubygem-classifier-reborn/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

23 lines
451 B
Makefile

# Created by: Michael Moll <kvedulv@kvedulv.de>
# $FreeBSD$
PORTNAME= classifier-reborn
PORTVERSION= 2.0.4
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:devel/rubygem-fast-stemmer
PLIST_FILES= bin/bayes.rb bin/summarize.rb
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>