mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 18:17:59 -04:00
23 lines
569 B
Makefile
23 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/01/25 10:29:56 wiz Exp $
|
|
|
|
DISTNAME= id3-py_1.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py_//}
|
|
PKGREVISION= 1
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3-py/}
|
|
|
|
MAINTAINER= wes.chow@s7labs.com
|
|
HOMEPAGE= http://id3-py.sourceforge.net/
|
|
COMMENT= Python module to manipulate ID3 tags in MP3 files
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
|
|
EGG_NAME= ${DISTNAME:S/py_//:tu}
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|