aboutsummaryrefslogtreecommitdiff
path: root/audio/py-musicbrainzngs/Makefile
blob: 15409fb28fa64053d66d68bd8a202a2365d85f79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	musicbrainzngs
PORTVERSION=	0.7.1
PORTREVISION=	1
CATEGORIES=	audio python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	jhale@FreeBSD.org
COMMENT=	Python Musicbrainz NGS site bindings
WWW=		https://github.com/alastair/python-musicbrainz-ngs

LICENSE=	BSD2CLAUSE ISCL
LICENSE_COMB=	multi
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		python
USE_PYTHON=	autoplist distutils unittest

NO_ARCH=	yes

.include <bsd.port.mk>