freebsd-ports/devel/rubygem-classifier/Makefile
Sunpoet Po-Chuan Hsieh 43fa02aaa4 - Add LICENSE
- Remove leading indefinite article from COMMENT
2014-05-08 03:30:58 +00:00

20 lines
439 B
Makefile

# Created by: Peter Schuller <peter.schuller@infidyne.com>
# $FreeBSD$
PORTNAME= classifier
PORTVERSION= 1.3.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Classifier module for Bayesian and other types of classifications
LICENSE= LGPL21
RUN_DEPENDS= rubygem-fast-stemmer>=1.0.0:${PORTSDIR}/devel/rubygem-fast-stemmer
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>