# -*- 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: Portfile 92001 2012-04-15 19:00:52Z mk@macports.org $

PortSystem        1.0

name              ktoblzcheck
version           1.38
categories        devel finance
maintainers       mk openmaintainer
description       a library to check bank account numbers and bank codes
long_description  ${description}
platforms         darwin
license           LGPL-2.1+
homepage          http://ktoblzcheck.sourceforge.net/
master_sites      sourceforge
checksums         md5     3ab57c84a6504dee3e426ac494181d49 \
                  sha1    57ed5840dfb1a96c1cd479328010d1fcb4f8d566 \
                  rmd160  306047eb929f409ff0ec2b228fdf6a923297bcd0
depends_lib       port:python27
patchfiles        patch-src_python_ktoblzcheck.py.diff
configure.python  ${prefix}/bin/python2.7
configure.args    --enable-static
set python_prefix    ${frameworks_dir}/Python.framework/Versions/2.7
set python_libsite   ${python_prefix}/lib/python2.7/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
