2013-07-29 17:03:58 +02:00
|
|
|
# Created by: Mark Felder <feld@FreeBSD.org>
|
2013-02-15 03:47:46 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pyacoustid
|
2017-05-31 21:06:05 +02:00
|
|
|
PORTVERSION= 1.1.5
|
|
|
|
PORTREVISION= 0
|
2013-02-15 03:47:46 +01:00
|
|
|
CATEGORIES= audio python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2018-10-02 21:06:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-02-15 03:47:46 +01:00
|
|
|
COMMENT= Bindings for Chromaprint acoustic fingerprinting and the Acoustid API
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libchromaprint.so:audio/chromaprint
|
2013-02-15 03:47:46 +01:00
|
|
|
|
2014-10-19 09:33:09 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-02-15 03:47:46 +01:00
|
|
|
|
2013-04-06 04:38:59 +02:00
|
|
|
.include <bsd.port.mk>
|