ports/devel/rubygem-classifier-reborn/Makefile
Steve Wills 682d8eca30 devel/rubygem-classifier-reborn: add port to be used by Jekyll update
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>
2014-08-25 18:49:16 +00:00

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>