aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-stemmer/Makefile
blob: 02780376a7aa1154f56849716ed8f4913eda7cfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>