blob: 9d817c2f0ab31baa650ed9500a179a6b71087545 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyfst
PORTVERSION= 0.2.3
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= demon@FreeBSD.org
COMMENT= Python interface for the OpenFST library
LICENSE= APACHE20
LIB_DEPENDS= libfst.so:math/openfst
BROKEN= does not build
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2016-11-01
USES= compiler:c++11-lib python
USE_PYTHON= distutils autoplist
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>
|