freebsd-ports/audio/py-libtunepimp/Makefile
Alexander Botero-Lowry 4dd62c4efb - update to 0.5.3
PR:		110025
Submitted by:	"Marcelo Araujo" <araujo@bsdmail.org>
2007-03-12 08:15:22 +00:00

27 lines
705 B
Makefile

# New ports collection makefile for: Python bindings for libtunepimp
# Date created: Fri Mar 31 21:57:56 UTC 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
PORTNAME= libtunepimp
DISTVERSION= 0.5.3
CATEGORIES= audio python
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/ \
ftp://ftp.musicbrainz.org/pub/musicbrainz/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alexbl@FreeBSD.org
COMMENT= Python bindings for libtunepimp
BUILD_DEPENDS= ${PYCTYPES}
RUN_DEPENDS= ${PYCTYPES}
LIB_DEPENDS= tunepimp.5:${PORTSDIR}/audio/libtunepimp
USE_PYTHON= yes
USE_PYDISTUTILS= yes
BUILD_WRKSRC= ${WRKSRC}/python
INSTALL_WRKSRC= ${BUILD_WRKSRC}
.include <bsd.port.mk>