16 lines
297 B
Makefile
16 lines
297 B
Makefile
# Created by: Peter Schuller <peter.schuller@infidyne.com>
|
|
|
|
PORTNAME= stemmer
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Implementation of the Porter word stemming algorithm
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|