pkgsrc/audio/mutagen-tools/Makefile
drochner c4c9224479 install example scripts distributed with py-mutagen.
("mid3v2" is a good replacement for "id3v2", it is not as byggy as
the latter)
2013-04-02 10:50:48 +00:00

20 lines
505 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/04/02 10:50:48 drochner Exp $
#
DISTNAME= mutagen-1.21
PKGNAME= mutagen-tools-1.21
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
USE_LANGUAGES= # none
PY_NO_EGG= yes
DEPENDS+= ${PYPKGPREFIX}-mutagen-[0-9]*:../../audio/py-mutagen
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"