2016-08-04 09:31:25 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= speechrecognition
|
|
|
|
PORTVERSION= 3.4.6
|
|
|
|
CATEGORIES= audio python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
DISTNAME= ${PORTNAME:S/s/S/:S/r/R/}-${PORTVERSION}
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
|
|
COMMENT= Python Library for performing speech recognition
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
|
|
|
|
RUN_DEPENDS= flac:audio/flac \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}pyaudio>0:audio/py-pyaudio
|
|
|
|
|
2016-08-05 09:40:36 +02:00
|
|
|
NO_ARCH= yes
|
2016-08-04 09:31:25 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
|
2016-08-05 09:40:36 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PYTHON_REL} < 3000
|
|
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}monotonic>=0.3:devel/py-monotonic
|
|
|
|
.endif
|
2016-08-04 09:31:25 +02:00
|
|
|
|
2016-08-05 09:40:36 +02:00
|
|
|
.include <bsd.port.post.mk>
|