mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
0e047ba62d
Daemon (audio/musicpd) PR: ports/62198 Submitted by: Tim Hemel <tim@n2it.net>
20 lines
392 B
Makefile
20 lines
392 B
Makefile
# New ports collection makefile for: py-libmpdclient
|
|
# Date created: Sat Jan 31 2004
|
|
# Whom: Tim Hemel <tim@n2it.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= py-libmpdclient
|
|
PORTVERSION= 0.9.0
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= http://mercury.chem.pitt.edu/~shank/
|
|
|
|
MAINTAINER= tim@n2it.net
|
|
COMMENT= Python bindings for libmpdclient
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|