# $Id: Portfile 38780 2008-07-31 07:21:00Z ryandesign@macports.org $

PortSystem 1.0
PortGroup python25 1.0

name			py25-metar
version			0.13
categories		python
platforms		darwin
maintainers		nomaintainer
description		python interface to the weather reports of the NOAA
long_description	This library downloads the weather report for a \
				given NOAA station ID (get yours here), decodes it and \
				provides easy access to all the data found in the \
				report.

homepage		http://www.schwarzvogel.de/software-pymetar.shtml
master_sites	http://www.schwarzvogel.de/pkgs/
distname		pymetar-${version}
checksums		sha1 ea4638b28e07555adeb72e9348be35a5e42d2582

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} COPYING README THANKS TODO \
		librarydoc.txt ${destroot}${prefix}/share/doc/${name}
}
