77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
20 lines
438 B
Makefile
20 lines
438 B
Makefile
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>
|