freebsd-ports/audio/py-pyacoustid/Makefile

22 lines
448 B
Makefile
Raw Normal View History

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyacoustid
2017-05-31 21:06:05 +02:00
PORTVERSION= 1.1.5
PORTREVISION= 0
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
2018-10-02 21:06:16 +02:00
MAINTAINER= ports@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>