freebsd-ports/audio/py-id3/Makefile

24 lines
559 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-id3
# Date created: 8 October 2002
# Whom: 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
2003-02-25 07:25:35 +01:00
COMMENT= Python module for retrieving and setting ID3 tags on MP3 files
WRKSRC= ${WRKDIR}/id3-py-${PORTVERSION}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
PYDISTUTILS_PKGNAME= ID3
.include <bsd.port.mk>