2006-04-09 13:04:51 +02:00
|
|
|
# New ports collection makefile for: py-musicbrainz2
|
|
|
|
# Date created: Fri Mar 31 21:57:56 UTC 2006
|
|
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= musicbrainz2
|
|
|
|
PORTVERSION= 0.3.1
|
|
|
|
CATEGORIES= audio python
|
|
|
|
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \
|
|
|
|
http://zim.musicbrainz.org/~matt/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= python-musicbrainz2-${DISTVERSION}
|
|
|
|
|
2006-09-13 05:21:38 +02:00
|
|
|
MAINTAINER= alexbl@FreeBSD.org
|
2006-04-09 13:04:51 +02:00
|
|
|
COMMENT= Next Generation Python bindings for MusicBrainz
|
|
|
|
|
2006-12-08 22:50:20 +01:00
|
|
|
BUILD_DEPENDS= ${PYCTYPES}
|
|
|
|
RUN_DEPENDS= ${PYCTYPES}
|
2006-04-09 13:04:51 +02:00
|
|
|
LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= python-musicbrainz2
|
2006-04-09 13:04:51 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|