1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name pwman |
---|
4 | version 0.3.2 |
---|
5 | categories security |
---|
6 | maintainers mni@oaf.dk |
---|
7 | description curses based password management program |
---|
8 | long_description PWman is a curses based password storage application.\ |
---|
9 | It uses GnuPG to encrypt and decrypt the password file.\ |
---|
10 | The interface was inspired by Jaako Heinonen's abook. |
---|
11 | homepage http://pwman.sourceforge.net/ |
---|
12 | master_sites sourceforge |
---|
13 | checksums md5 1e063e24a55134da9ed8ddc3965188a7 |
---|
14 | depends_lib lib:libncurses:ncurses \ |
---|
15 | lib:libxml2:libxml2 \ |
---|
16 | bin:gpg:gnupg |
---|