# $Id: Portfile 79369 2011-06-11 19:53:59Z mk@macports.org $

PortSystem        1.0

name              ktoblzcheck
version           1.33
categories        devel finance
maintainers       mk openmaintainer
description       a library to check bank account numbers and bank codes
long_description  ${description}
platforms         darwin
homepage          http://ktoblzcheck.sourceforge.net/
master_sites      sourceforge
checksums         md5     e9f62a9a64ee51ab43751eadcade0433 \
                  sha1    66b0e38980151c2ba9f726ceb3377406636630c8 \
                  rmd160  26b18b0aaf0a943e3c8de3b3c0a4ed131d2bc472
depends_lib       port:python26
patchfiles        patch-src_python_ktoblzcheck.py.diff
configure.python  ${prefix}/bin/python2.6
configure.args    --enable-static
set python_prefix    ${frameworks_dir}/Python.framework/Versions/2.6
set python_libsite   ${python_prefix}/lib/python2.6/site-packages
configure.env     am_cv_python_pythondir=${python_libsite} \
                  am_cv_python_pyexecdir=${python_libsite}

livecheck.type    regex
livecheck.url     http://sourceforge.net/projects/ktoblzcheck/files/
livecheck.regex   ${name}-(\[0-9.\]+)\\.tar
