opnsense-ports/audio/py-wavio/Makefile
Franco Fichtner 0fc598e3ee */*: sync with upstream
Taken from: HardenedBSD
2018-07-15 18:42:59 +02:00

20 lines
373 B
Makefile

# $FreeBSD$
PORTNAME= wavio
DISTVERSION= 0.0.4
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
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>