opnsense-ports/devel/rubygem-classifier-reborn/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

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>