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

20 lines
469 B
Makefile

PORTNAME= classifier
PORTVERSION= 1.3.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Classifier module for Bayesian and other types of classifications
WWW= http://classifier.rufy.com/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-fast-stemmer>=1.0.0:devel/rubygem-fast-stemmer \
rubygem-mathn>=0:math/rubygem-mathn \
rubygem-rake>=0:devel/rubygem-rake
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>