# $Id: Portfile 51955 2009-06-07 10:04:10Z arthurk@macports.org $

PortSystem          1.0

name                kedpm
categories          security python x11
version		    0.4.1-cvs
platforms	    darwin
maintainers	    pmq

description         Python GTK2 Password Manager
long_description    \
    Password Manager helps managing large numbers of passwords and \
    related information and simplifies the tasks of searching and \
    entering password data. KedPM is written in pure python. KedPM \
    is written as an extensible framework, which allows users to \
    plug in custom password database back-ends and custom user \
    interface front-ends. Currently, only the Figaro PM back-end \
    supported. To control KedPM user can choose between CLI and GTK2 \
    based GUI front-ends.

homepage            http://kedpm.sourceforge.net
# master_sites	    sourceforge
master_sites	    macports
use_bzip2	    yes
checksums           sha1 7319b45efced4995d85fba0bceefb5c5f0313852

depends_lib	    port:python25 port:py25-crypto port:py25-gtk port:libglade2

use_configure	    no
# use_build doesn't seem to exist
build		    {}

destroot.cmd	    ${prefix}/bin/python2.5 setup.py install
destroot.destdir    --prefix=${prefix} --root=${destroot}
