# $Id: Portfile,v 1.2 2004/12/26 07:54:05 toby Exp $

PortSystem 1.0
name             pgpdump
version          0.24
categories       security
maintainers      toby@opendarwin.org
description      PGP packet visualizer
long_description \
	pgpdump is a PGP packet visualizer which displays \
	the packet format of OpenPGP (RFC 2440 + bis) and \
	PGP version 2 (RFC 1991).
homepage         http://pgp.iijlab.net/pgpdump.html
platforms        darwin

master_sites     ftp://pgp.iijlab.net/pub/pgp/tools/
checksums        md5 8df2968c7c66f6dfe469784fc05e36e8

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

destroot.destdir prefix=${destroot}${prefix}
