summaryrefslogtreecommitdiff
path: root/audio/py-id3lib/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-12-08 12:59:13 +0000
committerobache <obache@pkgsrc.org>2011-12-08 12:59:13 +0000
commitd26c7af07f5ae5e4c704d45d83eb9003a2ab231a (patch)
tree52a31fae1a8f95635bbd2aa57b3069b03b9ef218 /audio/py-id3lib/Makefile
parent4842ae7fe6139367caa09c64d591fb9cc882a411 (diff)
downloadpkgsrc-d26c7af07f5ae5e4c704d45d83eb9003a2ab231a.tar.gz
* LICENSE=gnu-lgpl-v2.1
* distutils pkg, register egg-info. Bump PKGREVISION.
Diffstat (limited to 'audio/py-id3lib/Makefile')
-rw-r--r--audio/py-id3lib/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/py-id3lib/Makefile b/audio/py-id3lib/Makefile
index b6aeab4c615..49c090747e2 100644
--- a/audio/py-id3lib/Makefile
+++ b/audio/py-id3lib/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2009/11/29 23:04:15 dholland Exp $
+# $NetBSD: Makefile,v 1.4 2011/12/08 12:59:13 obache Exp $
#
DISTNAME= pyid3lib-0.5.1
PKGNAME= ${PYPKGPREFIX}-id3lib-0.5.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyid3lib/}
EXTRACT_SUFX= .tar.bz2
@@ -11,11 +11,12 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pyid3lib.sourceforge.net/
COMMENT= Python module for editing ID3v2 tags of MP3 audio files
+LICENSE= gnu-lgpl-v2.1
-USE_LANGUAGES= c c++
-PYDISTUTILSPKG= yes
PKG_DESTDIR_SUPPORT= user-destdir
-.include "../../lang/python/extension.mk"
+USE_LANGUAGES= c c++
+
+.include "../../lang/python/distutils.mk"
.include "../../audio/id3lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"