diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2013-10-09 09:29:59 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2013-10-09 09:29:59 +0000 |
commit | e949d268bf432a980e3cce6b64530bc45ba0ec83 (patch) | |
tree | 0b2cb1ba5fe3cbfcb2b0d4abe80d8699ed52a3a5 | |
parent | - Support staging (diff) |
- 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 797da0f6e647..5b63b28346c7 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 976eb0310864..2b877eb9c9fd 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 |