# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD: tags/RELEASE_11_0_0/math/py-pyfst/Makefile 412348 2016-04-01 14:16:16Z mat $

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

USES=		compiler:c++11-lib python
USE_PYTHON=	distutils autoplist
CPPFLAGS+=	-I${LOCALBASE}/include

.include <bsd.port.mk>
