summaryrefslogtreecommitdiffstats
path: root/audio/py-id3/Makefile
blob: 8a2a55d3a95308047ebd010048f8627dcb2b7406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Hye-Shik Chang
# $FreeBSD$

PORTNAME=	id3
PORTVERSION=	1.2
CATEGORIES=	audio python
MASTER_SITES=	SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	id3-py_${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Python module for retrieving and setting ID3 tags on MP3 files

WRKSRC=		${WRKDIR}/id3-py-${PORTVERSION}
USE_PYTHON=		2
USE_PYDISTUTILS=	yes
USE_PYTHON_PREFIX=	yes
PYDISTUTILS_AUTOPLIST=	yes
PYDISTUTILS_PKGNAME=	ID3

.include <bsd.port.mk>
OpenPOWER on IntegriCloud