mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
816 B
Plaintext
28 lines
816 B
Plaintext
PortSystem 1.0
|
|
|
|
name pwsafe
|
|
version 0.2.0
|
|
revision 9
|
|
categories security
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
platforms darwin
|
|
description manage encrypted password databases
|
|
long_description pwsafe is a command-line program that manages encrypted password databases
|
|
homepage http://nsd.dyndns.org/pwsafe/
|
|
master_sites ${homepage}releases/
|
|
|
|
checksums \
|
|
md5 4bb36538a2772ecbf1a542bc7d4746c0 \
|
|
sha1 026643a391796a527a48ffccf93d542113ca79d4
|
|
|
|
depends_lib \
|
|
port:readline \
|
|
path:lib/libssl.dylib:openssl \
|
|
port:ncurses \
|
|
port:xorg-libXmu
|
|
|
|
configure.args \
|
|
--mandir=${prefix}/share/man \
|
|
--with-libreadline-prefix=${prefix}
|