diff options
Diffstat (limited to 'audio/py-libmpdclient/Makefile')
-rw-r--r-- | audio/py-libmpdclient/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/audio/py-libmpdclient/Makefile b/audio/py-libmpdclient/Makefile deleted file mode 100644 index ea4c58bcc8b..00000000000 --- a/audio/py-libmpdclient/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: py-libmpdclient -# Date created: Sat Jan 31 2004 -# Whom: Tim Hemel <tim@n2it.net> -# -# $FreeBSD$ -# - -PORTNAME= libmpdclient -PORTVERSION= 0.10.0 -CATEGORIES= audio python -MASTER_SITES= http://mercury.chem.pitt.edu/~shank/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py-${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Python bindings for libmpdclient - -USE_PYTHON= yes -USE_PYDISTUTILS= yes - -BROKEN= does not build -DEPRECATED= has been broken for 3 months -EXPIRATION_DATE=2010-01-08 - -.include <bsd.port.mk> |