aboutsummaryrefslogtreecommitdiffstats
path: root/audio/py-wavio/Makefile
blob: 89b6d1f3c79930e25db3c31a3a007031e60c14ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $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>