69d629a3da
PR: ports/147013 ports/147014 ports/147015 ports/147016 ports/147017 ports/147018 ports/147019 ports/147020 ports/147033 ports/147034 ports/147035 ports/147036 ports/147037 ports/147038 ports/147040 ports/147041 ports/147042 Submitted by: pgollucci@ (myself) With Hat: ruby@
19 lines
418 B
Makefile
19 lines
418 B
Makefile
# 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>
|