38c57f6e4f
- Add LICENSE_FILE Changes: https://github.com/cardmagic/classifier/commits/master
23 lines
521 B
Makefile
23 lines
521 B
Makefile
# Created by: Peter Schuller <peter.schuller@infidyne.com>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
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
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|