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.
22 lines
648 B
Makefile
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"
|