1 | # $Id: Portfile 38189 2008-07-11 20:51:28Z simon@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | name py26-beautifulsoup |
---|
7 | version 3.0.7a |
---|
8 | categories python textproc |
---|
9 | platforms darwin |
---|
10 | maintainers fastmail.fm:lutz.horn |
---|
11 | description Python HTML/XML parser |
---|
12 | long_description Beautiful Soup is a Python HTML/XML parser designed for \ |
---|
13 | quick turnaround projects like screen-scraping. |
---|
14 | |
---|
15 | homepage http://www.crummy.com/software/BeautifulSoup/ |
---|
16 | master_sites http://www.crummy.com/software/BeautifulSoup/download/ |
---|
17 | distname BeautifulSoup-${version} |
---|
18 | checksums md5 d28c8148bb770e72762eb202fa797b56 \ |
---|
19 | sha1 8d184216933aeff921181f5daa8165c155f58e28 \ |
---|
20 | rmd160 1e9016446557c61a1a8172f9040aae1b667c667e |
---|
21 | |
---|
22 | post-destroot { |
---|
23 | xinstall -m 644 -W ${worksrcpath} PKG-INFO \ |
---|
24 | ${destroot}${prefix}/share/doc/${name} |
---|
25 | } |
---|