blob: b29c960cac699eebfa89b1d0eedc340a28b35a7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
USES= gem shebangfix
SHEBANG_FILES= misc/convert.rb
PLIST_FILES= bin/rmmseg
.include <bsd.port.mk>
|