2013-09-20 16:36:35 +02:00
|
|
|
# Created by: Hye-Shik Chang
|
2002-10-08 09:12:58 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= id3
|
|
|
|
PORTVERSION= 1.2
|
|
|
|
CATEGORIES= audio python
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION}
|
2002-10-08 09:12:58 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= id3-py_${PORTVERSION}
|
|
|
|
|
2010-05-23 23:16:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-25 07:25:35 +01:00
|
|
|
COMMENT= Python module for retrieving and setting ID3 tags on MP3 files
|
2002-10-08 09:12:58 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/id3-py-${PORTVERSION}
|
2014-10-19 09:33:09 +02:00
|
|
|
USES= python:2
|
|
|
|
USE_PYTHON= distutils autoplist pythonprefix
|
2002-10-08 09:12:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|