# $Id: Portfile,v 1.11 2006/05/16 06:28:03 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-imdb
version			2.5
categories		python
platforms		darwin
maintainers		mww@opendarwin.org
description		python module providing access to the IMDb movie database
long_description	py-imdb is a Python package useful to retrieve and \
				manage the data of the IMDb movie database.


homepage		http://imdbpy.sourceforge.net/
master_sites	sourceforge:imdbpy
distname		imdbpy-${version}
checksums		sha1 3f9cd37f48ab3c405ba656f002c8956931c7813f

post-destroot {
	xinstall -m 644 -W ${worksrcpath}/docs AUTHOR.txt CREDITS.txt \
		Changelog.txt DISCLAIMER.txt GPL.txt INSTALL.txt LICENSE.txt \
		README.devel README.package README.txt README.users TODO.txt \
		${destroot}${prefix}/share/doc/${name}
}

