freebsd-ports/audio/py-pyacoustid/Makefile
Jason E. Hale 1b77d696a8 - Update audio/chromaprint to 1.3.1
- Chase shlib bump

PR:		208819
Submitted by:	Ben Woods <woodsb02@gmail.com>
2016-04-15 19:06:48 +00:00

21 lines
447 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyacoustid
PORTVERSION= 1.0.0
PORTREVISION= 3
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>