Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name py-beautifulsoup
version 3.0.3
categories python textproc
platforms darwin
maintainers nomaintainer@macports.org
description Python HTML/XML parser
long_description Beautiful Soup is a Python HTML/XML parser designed for \
quick turnaround projects like screen-scraping.

homepage http://www.crummy.com/software/BeautifulSoup/
master_sites http://www.crummy.com/software/BeautifulSoup/download/
distname BeautifulSoup-${version}
checksums md5 7b788918e887b6b2c1bfef28ca4eb0d1

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