mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
bffc2f4217
PR: 103531 Submitted by: Soeren Straarup <xride_at_x12.dk> (me) Approved by: MAINTAINER (Tim Hemel <tim_at_timit.nl>) and tmclaugh
20 lines
393 B
Makefile
20 lines
393 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.10.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>
|