diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2016-08-04 07:31:25 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2016-08-04 07:31:25 +0000 |
commit | 91d70af56aa924a687e9c9058a3800eb383c38dd (patch) | |
tree | b6ecc12553487e89f49ac43c94d926ed12280171 /audio/py-speechrecognition/Makefile | |
parent | Support hw.snd.default_unit sysctl. (diff) |
Import SpeechRecognition 3.4.6
SpeechRecognition is a Python library for performing speech recognition,
with support for several engines and APIs, online and offline.
Notes
Notes:
svn path=/head/; revision=419599
Diffstat (limited to 'audio/py-speechrecognition/Makefile')
-rw-r--r-- | audio/py-speechrecognition/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/py-speechrecognition/Makefile b/audio/py-speechrecognition/Makefile new file mode 100644 index 000000000000..2f6d31b800af --- /dev/null +++ b/audio/py-speechrecognition/Makefile @@ -0,0 +1,24 @@ +# $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 + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> |