77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
18 lines
374 B
Makefile
18 lines
374 B
Makefile
PORTNAME= mpd
|
|
PORTVERSION= 0.3.0
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 0
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Python MPD client library
|
|
WWW= https://pypi.org/project/python-mpd/
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|