# $Id: Portfile 20374 2006-11-02 19:37:36Z blair@macports.org $ PortSystem 1.0 PortGroup python24 1.0 name py-beautifulsoup version 3.0.3 categories python textproc platforms darwin maintainers mww@opendarwin.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} }