diff --git a/audio/py-musicbrainzngs/Makefile b/audio/py-musicbrainzngs/Makefile index b41ed32ad2a2..bb39d360f2c6 100644 --- a/audio/py-musicbrainzngs/Makefile +++ b/audio/py-musicbrainzngs/Makefile @@ -1,20 +1,20 @@ PORTNAME= musicbrainzngs PORTVERSION= 0.7.1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP 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.6+ -USE_PYTHON= distutils autoplist +USES= python:3.7+ +USE_PYTHON= autoplist distutils unittest NO_ARCH= yes .include