freebsd-ports/audio/py-webrtcvad/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
380 B
Makefile

PORTNAME= webrtcvad
DISTVERSION= 2.0.10
PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Interface to the Google WebRTC Voice Activity Detector (VAD)
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c11 python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>