freebsd-ports/audio/py-wavio/Makefile
Yuri Victorovich 43d6f49d94 audio/py-wavio: Update 0.0.4 -> 0.0.7
Reported by:	portscout
2022-12-26 23:50:56 -08:00

19 lines
412 B
Makefile

PORTNAME= wavio
DISTVERSION= 0.0.7
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python module for reading and writing WAV files using numpy arrays
WWW= https://github.com/WarrenWeckesser/wavio
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYNUMPY}
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>