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

PortSystem 1.0
PortGroup python24 1.0

name			py-iplib
version			0.7
revision		1
categories		python net
platforms		darwin
maintainers		nomaintainer
description		converter amongst notations in the CIDR notation
long_description	iplib is a Python module useful to convert amongst \
				many different notations and to manage couples of \
				address/netmask in the CIDR notation.


homepage		http://erlug.linux.it/~da/soft/iplib/
master_sites	${homepage}
distname		iplib-${version}
checksums		md5 f4a784121a29c519978671618f8f6417

post-destroot	{
	file copy ${worksrcpath}/html ${destroot}${prefix}/share/doc/${name}/
	xinstall -m 644 -W ${worksrcpath} GPL.txt INSTALL README README.iplib \
		README.scripts TODO ${destroot}${prefix}/share/doc/${name}
}
