pkgsrc/audio/mutagen-tools/Makefile
2014-05-09 07:36:53 +00:00

20 lines
562 B
Makefile

# $NetBSD: Makefile,v 1.4 2014/05/09 07:36:53 wiz Exp $
DISTNAME= mutagen-1.22
PKGNAME= mutagen-tools-1.22
CATEGORIES= audio
MASTER_SITES= http://mutagen.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/mutagen/
COMMENT= Audio metadata handling for Python
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-mutagen-[0-9]*:../../audio/py-mutagen
USE_LANGUAGES= # none
PY_NO_EGG= yes
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.22
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"