blob: 2a7a4cb7b819238823a6e59e4a39fd50ae8542e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Nicola Vitale <nivit@FreeBSD.org>
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>
|