freebsd-ports/devel/rubygem-stemmer/Makefile
2021-07-25 04:23:35 +08:00

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>