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

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:autoplist

.include <bsd.port.mk>