freebsd-ports/devel/rubygem-classifier/Makefile
Steve Wills 4afc1c9bef - ruby@ should own these
- Trim header while here
2013-06-22 13:23:21 +00:00

18 lines
424 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= A classifier module for Bayesian and other types of classifications
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>