pkgsrc-wip/py-libtunepimp/Makefile
Thomas Klausner 1e186dcfca 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:09:41 +00:00

22 lines
648 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/04/08 19:09:47 thomasklausner Exp $
DISTNAME= libtunepimp-0.5.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= audio devel
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \
http://ftp.musicbrainz.org/pub/musicbrainz/
MAINTAINER= jfranz@bsdprojects.net
HOMEPAGE= http://musicbrainz.org/products/tunepimp/index.html
COMMENT= Python bindings for TunePimp library.
WRKSRC= ${WRKDIR}/${DISTNAME}/python
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
BUILD_DEPENDS+= libtunepimp-[0-9]*:../../audio/libtunepimp
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"