Ticket #13591: Portfile

File Portfile, 783 bytes (added by ebgssth@…, 17 years ago)

py25-beautifulsoup Portfile

Line 
1# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $
2
3PortSystem 1.0
4PortGroup python25 1.0
5
6name            py25-beautifulsoup
7version         3.0.5
8categories      python textproc
9platforms       darwin
10maintainers     nomaintainer
11description     Python HTML/XML parser
12long_description    Beautiful Soup is a Python HTML/XML parser designed for \
13                    quick turnaround projects like screen-scraping.
14
15homepage        http://www.crummy.com/software/BeautifulSoup/
16master_sites    http://www.crummy.com/software/BeautifulSoup/download/
17distname        BeautifulSoup-${version}
18checksums       sha1 b00585367bc74883cfb1e543d9075ed8d71358f3
19
20post-destroot   {
21    xinstall -m 644 -W ${worksrcpath} PKG-INFO \
22        ${destroot}${prefix}/share/doc/${name}
23}