# $Id: Portfile,v 1.4 2004/12/31 16:29:02 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-url version 0.12 revision 1 categories python platforms darwin freebsd maintainers mww@opendarwin.org description RFC2396 compliant Python implementation of URLs long_description This Python module contains an RFC2396 compliant \ implementation of URLs (see the class URL) and file \ like classes for reading data from URLs and writing \ data to URLs homepage http://www.livinglogic.de/Python/url/ master_sites http://ftp.livinglogic.de/url/ distname ll-url-${version} checksums md5 60ba50a20e90e9cddd4b0aaa24237aca use_bzip2 yes post-destroot { xinstall -m 644 -W ${worksrcpath} HOWTO INSTALL NEWS README \ ${destroot}${prefix}/share/doc/${name} }