715852b561
Reviewed by: portmgr (implicit)
21 lines
459 B
Makefile
21 lines
459 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyacoustid
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 2
|
|
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:${PORTSDIR}/audio/chromaprint
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|