10d4aafdec
PR: ports/141948 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
20 lines
453 B
Makefile
20 lines
453 B
Makefile
# Ports collection makefile for: rubygem-stemmer
|
|
# Date created: 2009-12-11
|
|
# Whom: Peter Schuller <peter.schuller@infidyne.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= stemmer
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}/${PORTNAME}/
|
|
|
|
MAINTAINER= peter.schuller@infidyne.com
|
|
COMMENT= An implementation of the Porter word stemming algorithm
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|