1 | # $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-beautifulsoup |
---|
7 | version 3.0.5 |
---|
8 | categories python textproc |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
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 sha1 b00585367bc74883cfb1e543d9075ed8d71358f3 |
---|
19 | |
---|
20 | post-destroot { |
---|
21 | xinstall -m 644 -W ${worksrcpath} PKG-INFO \ |
---|
22 | ${destroot}${prefix}/share/doc/${name} |
---|
23 | } |
---|