1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/audio/py-pysndfile/Makefile
Yuri Victorovich c659b48fe3 audio/py-pysndfile: Update 1.4.2 -> 1.4.3
Reported by:	portscout
2020-01-22 04:18:53 +00:00

22 lines
448 B
Makefile

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