mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
14 lines
243 B
Makefile
14 lines
243 B
Makefile
PORTNAME= fast-stemmer
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast Porter stemmer based on a C version of algorithm
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|