# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD: head/audio/py-hsaudiotag3k/Makefile 559531 2020-12-28 23:02:12Z antoine $

PORTNAME=	hsaudiotag3k
DISTVERSION=	1.1.3.post1
CATEGORIES=	audio python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Read metdata (tags) of mp3, mp4, wma, ogg, flac and aiff files

LICENSE=	BSD3CLAUSE

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>