# $Id: Portfile 66501 2010-04-15 13:51:17Z saispo@macports.org $

PortSystem 1.0
PortGroup python25 1.0

name			py25-ipy
version			0.70
revision		1
categories		python
maintainers		saispo@macports.org
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://software.inl.fr/trac/wiki/IPy
master_sites	http://pypi.python.org/packages/source/I/IPy/
distname		IPy-${version}
checksums		md5 39ea7aef33a0f8607802c7fa6686deb5

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