Files
pkgsrc-ng/audio/mutagen-tools/Makefile
2014-11-05 12:41:07 +01:00

21 lines
559 B
Makefile

# $NetBSD: Makefile,v 1.3 2014/01/25 10:29:56 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 # not yet ported as of 1.22
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"