blob: fb345ab33f191995dfd44be0938b78c44f608cc4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Michael Moll <kvedulv@kvedulv.de>
PORTNAME= classifier-reborn
PORTVERSION= 2.2.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
.include <bsd.port.mk>
|