# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-irclib
version			0.4.6
categories		python irc
platforms		darwin freebsd
maintainers		nomaintainer
description		python module that encapsulates the IRC protocol
long_description	This library is intended to encapsulate the IRC \
				protocol at a quite low level. It provides an \
				event-driven IRC client framework. It has a fairly \
				thorough support for the basic IRC protocol, CTCP and \
				DCC connections.

homepage		http://python-irclib.sourceforge.net/
master_sites	sourceforge:python-irclib
distname		python-irclib-${version}
checksums		sha1 25d53d92c34d2a4ce39da70ea5ef33a7adce690d

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog README \
		${destroot}${prefix}/share/doc/${name}
	xinstall -m 644 -W ${worksrcpath} dccreceive dccsend irccat irccat2 \
		servermap testbot.py \
		${destroot}${prefix}/share/doc/${name}/examples
}
