blob: bf7b67fe88724f7b4426b5c2786102ca9de1169c (
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= 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>
|