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

MAINTAINER= ports@FreeBSD.org
COMMENT=    An implementation of the Porter word stemming algorithm

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>