# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD: head/audio/py-mpd/Makefile 559531 2020-12-28 23:02:12Z antoine $

PORTNAME=	mpd
PORTVERSION=	0.3.0
PORTREVISION=	1
#PORTEPOCH=	0
CATEGORIES=	audio python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	python-${PORTNAME}-${PORTVERSION}

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	Python MPD client library

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>