1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/audio/py-id3/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

25 lines
565 B
Makefile

# 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= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= id3-py
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= id3-py_${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
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>