opnsense-ports/audio/py-pyacoustid/Makefile
Franco Fichtner 9d6af053c2 */*: sync with upstream
Taken from: FreeBSD
2017-06-01 08:39:06 +02:00

21 lines
447 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyacoustid
PORTVERSION= 1.1.5
PORTREVISION= 0
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= Bindings for Chromaprint acoustic fingerprinting and the Acoustid API
LICENSE= MIT
LIB_DEPENDS= libchromaprint.so:audio/chromaprint
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>