aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-stemmer/Makefile
blob: 34814173de569485ff162d4e5cfedcece4dc332b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Peter Schuller <peter.schuller@infidyne.com>

PORTNAME=	stemmer
PORTVERSION=	1.0.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Implementation of the Porter word stemming algorithm

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>