freebsd-ports/textproc/rubygem-rmmseg-cpp/Makefile
Dmitry Marakasov 000feae2d9 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-08-31 18:35:39 +00:00

23 lines
421 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rmmseg-cpp
PORTVERSION= 0.2.9
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= High performance Chinese word segmentation utility
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USES= shebangfix
SHEBANG_FILES= misc/convert.rb
PLIST_FILES= bin/rmmseg
.include <bsd.port.mk>