# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-ipy version 0.81 categories-append devel net maintainers vmunix.org:torstenb \ openmaintainer 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. platforms darwin license BSD homepage https://github.com/haypo/python-ipy master_sites http://pypi.python.org/packages/source/I/IPy/ distname IPy-${version} python.versions 26 27 python.default_version 27 checksums rmd160 6e708020c18cddb2f3588c2bd7fac98884842cb9 \ sha256 4bc17a9b5e72e893a034e77193b82c2bc321ddf8d8c345281f2bb81bb007b939 if {${name} ne ${subport}} { post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -m 644 ${worksrcpath}/README ${destroot}${docdir} } } livecheck.url [lindex ${master_sites} 0] livecheck.regex IPy-\(\[0-9a-z.\]+\)${extract.suffix}