pkgsrc/audio/py-musicbrainz/Makefile
wiz 4faa202860 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00

24 lines
697 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/04/08 19:08:45 wiz Exp $
DISTNAME= python-musicbrainz2-0.4.1
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
PKGREVISION= 2
CATEGORIES= audio python
MASTER_SITES= http://users.musicbrainz.org/~matt/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://musicbrainz.org/doc/PythonMusicBrainz2
COMMENT= Python interface to the MusicBrainz XML web service
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/python/pyversion.mk"
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
EGG_NAME= ${DISTNAME:S/-/_/}
.include "../../audio/libdiscid/buildlink3.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"