# $Id: Portfile 66333 2010-04-09 13:02:05Z ryandesign@macports.org $

PortSystem        1.0

name              ktoblzcheck
version           1.26
categories        devel finance
maintainers       nomaintainer
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     1ea2207afd529a00152aa9df03abdb9d \
                  sha1    ee851222b26b298275b4812ed5544f7e9b1cb7ba \
                  rmd160  18baacea14e624a8a9c11dabd847a332d13400bc
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
