20 lines
460 B
Makefile
20 lines
460 B
Makefile
PORTNAME= classifier-reborn
|
|
PORTVERSION= 2.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Classifier module for Bayesian and other types of classifications
|
|
WWW= https://github.com/jekyll/classifier-reborn
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-fast-stemmer>=1.0<2:devel/rubygem-fast-stemmer \
|
|
rubygem-matrix>=0.4<1:math/rubygem-matrix
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|