freebsd-ports/math/py-pyfst/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

23 lines
473 B
Makefile

# 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
USES= compiler:c++11-lib python
USE_PYTHON= distutils autoplist
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>