788755f40b
Reported by: portscout
21 lines
448 B
Makefile
21 lines
448 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pysndfile
|
|
DISTVERSION= 1.3.7
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Cython wrapper class for reading/writing soundfiles using libsndfile
|
|
|
|
LICENSE= LGPL3
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
LIB_DEPENDS= libsndfile.so:audio/libsndfile
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
USES= python localbase
|
|
USE_PYTHON= distutils autoplist cython
|
|
|
|
.include <bsd.port.mk>
|