# -*- 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-kyotocabinet version 1.18 revision 0 categories-append databases license GPL platforms darwin maintainers stromnov openmaintainer description Python 2.x Binding of Kyoto Cabinet long_description ${description} homepage http://fallabs.com/kyotocabinet/ master_sites http://fallabs.com/kyotocabinet/pythonlegacypkg/ distname kyotocabinet-python-legacy-${version} checksums rmd160 e73ace1daa317770cedd743346d7ba65170158d3 \ sha256 0139ac994ff041067965fcaac99e55ebbf7a268814e489877ac448364594197b python.default_version 27 python.versions 26 27 if {${name} ne ${subport}} { depends_lib-append port:kyotocabinet \ port:zlib } livecheck.type regex livecheck.url ${master_sites} livecheck.regex "kyotocabinet-python-legacy-(\\d+(?:\\.\\d+)*)${extract.suffix}"