1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/audio/py-pysndfile/Makefile
Yuri Victorovich ed9c54d048 audio/py-pysndfile: Update 1.1.1 -> 1.3.2
Reported by:	repology
2018-08-20 05:11:57 +00:00

22 lines
448 B
Makefile

# $FreeBSD$
PORTNAME= pysndfile
DISTVERSION= 1.3.2
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>