opnsense-ports/devel/rubygem-classifier-reborn/Makefile

24 lines
482 B
Makefile

# Created by: Michael Moll <kvedulv@kvedulv.de>
# $FreeBSD$
PORTNAME= classifier-reborn
PORTVERSION= 2.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Classifier module for Bayesian and other types of classifications
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-fast-stemmer>=1.0.0:devel/rubygem-fast-stemmer
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/bayes.rb bin/summarize.rb
.include <bsd.port.mk>