aboutsummaryrefslogtreecommitdiff
path: root/audio/py-musicbrainzngs/Makefile
blob: d12f64fd9b141154a829db101110e89e619dc331 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	musicbrainzngs
PORTVERSION=	0.7.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:3.7+
USE_PYTHON=	autoplist distutils unittest

NO_ARCH=	yes

.include <bsd.port.mk>