1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Support staging

- Use new LIB_DEPENDS syntax
- Add missing LICENSE_FILE
- Denote in pkg-descr that this is for the deprecated XML Webservice V1
This commit is contained in:
Jason E. Hale 2013-10-09 09:29:59 +00:00
parent eac4e56163
commit e949d268bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329877
2 changed files with 4 additions and 5 deletions

View File

@ -14,11 +14,11 @@ MAINTAINER= jhale@FreeBSD.org
COMMENT= Next Generation Python bindings for MusicBrainz
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYING.txt
LIB_DEPENDS= discid:${PORTSDIR}/audio/libdiscid
LIB_DEPENDS= libdiscid.so:${PORTSDIR}/audio/libdiscid
USE_PYTHON= -2.7
NO_STAGE= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= python-musicbrainz2

View File

@ -1,6 +1,5 @@
The package python-musicbrainz2 is a client library written in python which
The package python-musicbrainz2 is a client library written in Python which
provides easy object oriented access to the MusicBrainz database using the
XMLWebService. It has been written from scratch and uses a different model
than PythonMusicbrainz, the first generation python bindings.
XML Web Service Version 1 (deprecated).
WWW: http://musicbrainz.org/doc/python-musicbrainz2