4bef5c9aab
- Convert to PYDISTUTILS_AUTOPLIST - Limit to the supported python versions - Change to new LIB_DEPENDS where necessary
21 lines
514 B
Makefile
21 lines
514 B
Makefile
# 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.7
|
|
USE_PYDISTUTILS= yes
|
|
USE_PYTHON_PREFIX= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
PYDISTUTILS_PKGNAME= ID3
|
|
|
|
.include <bsd.port.mk>
|