Ticket #11963: Portfile

File Portfile, 716 bytes (added by tom@…, 17 years ago)

Updated portfile submission for py-beautifulsoup

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