2009-12-21 23:35:59 +01:00
|
|
|
# Ports collection makefile for: rubygem-classifier
|
|
|
|
# Date created: 2009-12-11
|
|
|
|
# Whom: Peter Schuller <peter.schuller@infidyne.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= classifier
|
2010-12-27 16:11:04 +01:00
|
|
|
PORTVERSION= 1.3.3
|
2009-12-21 23:35:59 +01:00
|
|
|
CATEGORIES= devel rubygems
|
2010-10-05 11:09:18 +02:00
|
|
|
MASTER_SITES= RG
|
2009-12-21 23:35:59 +01:00
|
|
|
|
|
|
|
MAINTAINER= peter.schuller@infidyne.com
|
|
|
|
COMMENT= A classifier module for Bayesian and other types of classifications
|
|
|
|
|
2010-12-27 16:11:04 +01:00
|
|
|
RUN_DEPENDS= rubygem-fast-stemmer>=1.0.0:${PORTSDIR}/devel/rubygem-fast-stemmer
|
2009-12-21 23:35:59 +01:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|