freebsd-ports/audio/py-webrtcvad/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

18 lines
420 B
Makefile

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