# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-cddb
version			1.4
revision		1
categories		python
platforms		darwin freebsd
maintainers		nomaintainer
description		Python module for accessing CDDB
long_description	The dynamic duo of CDDB.py and DiscID.py, along with \
				their side-kick C module cdrommodule.so, provide an \
				easy way for Python programs to fetch information on \
				audio CDs from CDDB -- a very large online database of \
				track listings and other information on audio CDs.

homepage		http://cddb-py.sourceforge.net/
master_sites	sourceforge:cddb-py
distname		CDDB-${version}
checksums		md5 254698082bafe3030d07d88fb7e13fe2

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} CHANGES COPYING README \
		${destroot}${prefix}/share/doc/${name}
}
