# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem      1.0

name            pwman
version         0.3.8
categories      security
platforms       darwin
maintainers     oaf.dk:mni
description     curses based password management program

long_description \
    PWman is a curses based password storage application.\
    It uses GnuPG to encrypt and decrypt the password file.\
    The interface was inspired by Jaako Heinonen's abook.

homepage        http://sourceforge.net/projects/pwman
master_sites    sourceforge

checksums       md5 385b66ed033e7cbd1698b83dbbee29fc \
                sha1 a0c9699ba405163c4d0a9d608c3f025a2f3c3530 \
                rmd160 b71a0f478749017c348a5fc21cce474bd606f0be

depends_lib     port:ncurses \
                port:libxml2 \
                port:gnupg

configure.args  --mandir=${prefix}/share/man

livecheck.regex "<title>pwman pwman-(.*) released.*</title>"

