a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup python24 1.0
name py-cddb
version 1.4
revision 1
categories python
platforms darwin freebsd
maintainers nomaintainer@macports.org
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}
}