blob: c010b5a52a68048e852408cad6872f34bbbe1883 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Dmitry Sivachenko <mitya@yandex-team.ru>
# $FreeBSD$
PORTNAME= opengrm-ngram
PORTVERSION= 1.3.1
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://openfst.cs.nyu.edu/twiki/pub/GRM/NGramDownload/
MAINTAINER= demon@FreeBSD.org
COMMENT= Library for making n-gram language models encoded as weighted FSTs
LICENSE= APACHE20
LIB_DEPENDS= libfst.so:math/openfst
USES= compiler:c++11-lib libtool localbase
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|