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
|
2011-11-12 09:21:49 +01:00
|
|
|
PORTVERSION= 0.7.4
|
2006-04-09 13:04:51 +02:00
|
|
|
CATEGORIES= audio python
|
|
|
|
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/ \
|
2008-05-25 09:17:27 +02:00
|
|
|
http://ftp.osuosl.org/pub/musicbrainz/python-musicbrainz2/
|
2006-04-09 13:04:51 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= python-musicbrainz2-${DISTVERSION}
|
|
|
|
|
2012-09-13 06:45:58 +02:00
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
2006-04-09 13:04:51 +02:00
|
|
|
COMMENT= Next Generation Python bindings for MusicBrainz
|
|
|
|
|
2012-07-28 17:55:21 +02:00
|
|
|
LICENSE= BSD
|
|
|
|
|
|
|
|
LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid
|
2006-04-09 13:04:51 +02:00
|
|
|
|
2012-07-28 17:55:21 +02:00
|
|
|
USE_PYTHON= -2.7
|
2006-04-09 13:04:51 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= python-musicbrainz2
|
2006-04-09 13:04:51 +02:00
|
|
|
|
2010-03-20 20:33:15 +01:00
|
|
|
.include <bsd.port.mk>
|