diff options
author | jhale <jhale@FreeBSD.org> | 2013-10-09 09:29:59 +0000 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2013-10-09 09:29:59 +0000 |
commit | 4cb2456d839ce073adcbb7c1d145ba2e92ab1052 (patch) | |
tree | 0b2cb1ba5fe3cbfcb2b0d4abe80d8699ed52a3a5 | |
parent | 4c17f7ed61f7b2fac12b5bfd7cbb9ff48427f9e3 (diff) | |
download | FreeBSD-ports-4cb2456d839ce073adcbb7c1d145ba2e92ab1052.zip FreeBSD-ports-4cb2456d839ce073adcbb7c1d145ba2e92ab1052.tar.gz |
- Support staging
- Use new LIB_DEPENDS syntax
- Add missing LICENSE_FILE
- Denote in pkg-descr that this is for the deprecated XML Webservice V1
-rw-r--r-- | audio/py-musicbrainz2/Makefile | 4 | ||||
-rw-r--r-- | audio/py-musicbrainz2/pkg-descr | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/audio/py-musicbrainz2/Makefile b/audio/py-musicbrainz2/Makefile index 797da0f..5b63b28 100644 --- a/audio/py-musicbrainz2/Makefile +++ b/audio/py-musicbrainz2/Makefile @@ -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 diff --git a/audio/py-musicbrainz2/pkg-descr b/audio/py-musicbrainz2/pkg-descr index 976eb03..2b877eb 100644 --- a/audio/py-musicbrainz2/pkg-descr +++ b/audio/py-musicbrainz2/pkg-descr @@ -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 |