20 lines
482 B
Makefile
20 lines
482 B
Makefile
PORTNAME= pysndfile
|
|
DISTVERSION= 1.4.4
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Cython wrapper class for reading/writing soundfiles using libsndfile
|
|
WWW= https://forge-2.ircam.fr/roebel/pysndfile
|
|
|
|
LICENSE= LGPL3
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
LIB_DEPENDS= libsndfile.so:audio/libsndfile
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
USES= python:3.6+ localbase
|
|
USE_PYTHON= distutils autoplist cython
|
|
|
|
.include <bsd.port.mk>
|