1 | # $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python24 1.0 |
---|
5 | |
---|
6 | name py-beautifulsoup |
---|
7 | version 3.0.4 |
---|
8 | categories python textproc |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer@macports.org |
---|
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 431121839a83393aa3f161bd756c4fa2acf063ef |
---|
19 | |
---|
20 | post-destroot { |
---|
21 | xinstall -m 644 -W ${worksrcpath} PKG-INFO \ |
---|
22 | ${destroot}${prefix}/share/doc/${name} |
---|
23 | } |
---|