2017-01-01 15:43:22 +01:00
|
|
|
# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:22 wiz Exp $
|
2013-04-02 12:50:48 +02:00
|
|
|
|
2015-01-06 20:53:14 +01:00
|
|
|
DISTNAME= mutagen-1.27
|
|
|
|
PKGNAME= mutagen-tools-1.27
|
2013-04-02 12:50:48 +02:00
|
|
|
CATEGORIES= audio
|
2014-10-17 18:01:15 +02:00
|
|
|
MASTER_SITES= https://bitbucket.org/lazka/mutagen/downloads/
|
2013-04-02 12:50:48 +02:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2014-10-17 18:01:15 +02:00
|
|
|
HOMEPAGE= https://bitbucket.org/lazka/mutagen
|
2013-04-02 12:50:48 +02:00
|
|
|
COMMENT= Audio metadata handling for Python
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
2014-01-25 11:29:56 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-mutagen-[0-9]*:../../audio/py-mutagen
|
|
|
|
|
2013-04-02 12:50:48 +02:00
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PY_NO_EGG= yes
|
2017-01-01 15:43:22 +01:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # string type problems
|
2013-04-02 12:50:48 +02:00
|
|
|
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|