Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name secpwgen
version 1.3
categories security
platforms darwin
maintainers nomaintainer@macports.org
description An utility for generating secure passphrases
long_description An utility for generating secure passphrases. Implements \
several methods for passphrase generation including the \
Diceware method with 8192 word dictionary compiled in the \
executable.

homepage http://www.core-dump.com.hr/index.pl?node_id=407
master_sites http://www.core-dump.com.hr/software/
checksums md5 ebb79a99950dc405809bcf5528f0f09e
patchfiles patch-Makefile.proto

depends_lib port:cryptlib

use_configure no

build.args -f Makefile.proto PREFIX=${prefix}

destroot.args -f Makefile.proto
destroot.destdir PREFIX=${destroot}${prefix}

files