2013-09-20 16:36:35 +02:00
|
|
|
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
2008-04-05 18:25:54 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mpd
|
2010-12-15 18:18:56 +01:00
|
|
|
PORTVERSION= 0.3.0
|
2014-02-09 11:31:37 +01:00
|
|
|
PORTREVISION= 1
|
2008-04-05 18:25:54 +02:00
|
|
|
#PORTEPOCH= 0
|
|
|
|
CATEGORIES= audio python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
|
|
COMMENT= Python MPD client library
|
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2014-10-19 09:33:09 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
2008-04-05 18:25:54 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|