freebsd-ports/devel/rubygem-classifier-reborn/Makefile
Johannes Jost Meixner 626acf7f84 devel/rubygem-classifier-reborn: update to 2.0.3
- Update to 2.0.3

PR:		195710
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
Approved by:	mentor (implicit)
2015-01-25 12:45:59 +00:00

22 lines
479 B
Makefile

# Created by: Michael Moll <kvedulv@kvedulv.de>
# $FreeBSD$
PORTNAME= classifier-reborn
PORTVERSION= 2.0.3
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>