1 | # $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name pwman |
---|
6 | version 0.3.8 |
---|
7 | categories security |
---|
8 | platforms darwin |
---|
9 | maintainers oaf.dk:mni |
---|
10 | description curses based password management program |
---|
11 | |
---|
12 | long_description \ |
---|
13 | PWman is a curses based password storage application.\ |
---|
14 | It uses GnuPG to encrypt and decrypt the password file.\ |
---|
15 | The interface was inspired by Jaako Heinonen's abook. |
---|
16 | |
---|
17 | homepage http://sourceforge.net/projects/pwman |
---|
18 | master_sites sourceforge |
---|
19 | |
---|
20 | checksums md5 385b66ed033e7cbd1698b83dbbee29fc \ |
---|
21 | sha1 a0c9699ba405163c4d0a9d608c3f025a2f3c3530 \ |
---|
22 | rmd160 b71a0f478749017c348a5fc21cce474bd606f0be |
---|
23 | |
---|
24 | depends_lib port:ncurses \ |
---|
25 | port:libxml2 \ |
---|
26 | port:gnupg |
---|
27 | |
---|
28 | configure.args --mandir=${prefix}/share/man |
---|
29 | |
---|
30 | livecheck.regex "<title>pwman pwman-(.*) released.*</title>" |
---|
31 | |
---|
32 | post-configure { |
---|
33 | reinplace "s|-lcurses|-lncurses|" ${worksrcpath}/src/Makefile |
---|
34 | } |
---|