# $Id: Portfile,v 1.6 2004/12/31 14:05:47 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-metar version 0.12 revision 1 categories python platforms darwin maintainers mww@opendarwin.org 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 md5 8c2e09e4ecd24fda523b1f179aa94275 post-destroot { xinstall -m 644 -W ${worksrcpath} COPYING README THANKS TODO \ librarydoc.txt ${destroot}${prefix}/share/doc/${name} }