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

PortSystem 1.0
PortGroup python24 1.0

name			py-ipy
version			0.42
revision		1
categories		python
maintainers		nomaintainer
platforms		darwin freebsd
description		python module for handling IPv4 and IPv6 addresses and networks
long_description	IPy is a Python module for handling IPv4 and IPv6 \
				addresses and networks in a fashion similar to perl's \
				Net::IP and friends. The IP class allows a comfortable \
				parsing and handling for most notations in use for \
				IPv4 and IPv6 addresses and networks. 

homepage		http://c0re.23.nu/c0de/IPy/
master_sites	${homepage}
distname		IPy-${version}
checksums		md5 76bb49482b8c99a49505331558d0eb71

post-destroot	{
	xinstall -m 644 ${worksrcpath}/README \
		${destroot}${prefix}/share/doc/${name}
}
