# $Id: Portfile 81003 2011-07-23 00:58:23Z jmr@macports.org $

PortSystem 1.0

name            pwgen
version         2.06
revision        1
categories      sysutils
license         GPL-2+
maintainers     raimue \
                openmaintainer
description     password generator
long_description 	This program spits out passwords which are virtually \
			guaranteed not to be found in the dictionary, but are \
			(usually) pronounceable to speakers of English.
homepage	    http://sourceforge.net/projects/pwgen/
platforms	    darwin
master_sites    sourceforge
checksums       md5 935aebcbe610fbc9de8125e7b7d71297

depends_build   bin:grep:grep

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