# $Id: Portfile 79328 2011-06-09 17:15:36Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       python27 1.0

name            py27-feedparser
version         5.0.1
categories      python
platforms       darwin
maintainers     nomaintainer
supported_archs noarch

description     RSS and Atom parser
long_description    Universal Feed Parser is a Python module for downloading \
    and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, \
    Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, \
    and CDF feeds.
homepage        http://feedparser.org/
master_sites    googlecode:feedparser
distname        feedparser-${version}

use_bzip2       yes

checksums       sha1    3ab34ba314260cc79b2f558dec7ddc7037098b44 \
                rmd160  1ab459dd969a3364c64b9d67f15559a1dfdf958b

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