# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-cidrize version 0.6.3 revision 0 categories-append devel license BSD platforms darwin supported_archs noarch maintainers stromnov openmaintainer description Cidrize parses IPv4/IPv6 addresses, CIDRs, ranges, and wildcard matches. long_description ${description} homepage http://github.com/jathanism/cidrize/ master_sites http://pypi.python.org/packages/source/c/cidrize/ distname cidrize-${version} checksums rmd160 9464d6cf7154f9c203ae3a30576d46c69d26a1f6 \ sha256 c60ca952be6ea60080aad358dd4a0098c90b9176bda4fe0924c6955b39d952c0 python.versions 25 26 27 python.default_version 27 if {$subport != $name} { depends_lib-append port:py${python.version}-distribute \ port:py${python.version}-netaddr } livecheck.type regex livecheck.url ${master_sites} livecheck.regex "cidrize-(\\d+(?:\\.\\d+)*)${extract.suffix}"