# $Id: Portfile,v 1.2 2003/11/29 15:56:30 mww Exp $ PortSystem 1.0 name py-ipy version 0.41 categories python maintainers mww@opendarwin.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://c0re.23.nu/c0de/IPy/ master_sites ${homepage} distname IPy-${version} checksums md5 883aca022bfe7a4a5867995bed267072 depends_lib bin:python:python use_configure no build.cmd python setup.py build.target build destroot.cmd python setup.py destroot.destdir --prefix=${destroot}${prefix} post-destroot { file mkdir ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/PKG-INFO ${worksrcpath}/README \ ${destroot}${prefix}/share/doc/${name} }