# $Id: Portfile 76711 2011-03-06 17:42:10Z l2g@macports.org $

PortSystem			1.0

PortGroup			perl5 1.0

perl5.setup			Crypt-OpenPGP 1.04
revision			2
maintainers			nomaintainer
description			Pure-Perl OpenPGP implementation
long_description	Crypt::OpenPGP is a pure-Perl implementation of \
					the OpenPGP standard.] In addition to support \
					for the standard itself, Crypt::OpenPGP claims \
					compatibility with many other PGP implementations, \
					both those that support the standard and those \
					that preceded it.

checksums           md5     981cb9387728918e5c37524bb3787dc8 \
                    sha1    492a0b357086ef266721f984903c6fb81605ed8d 

platforms			darwin

depends_lib-append			port:p5-crypt-dsa \
					port:p5-crypt-blowfish \
					port:p5-crypt-CAST5 \
					port:p5-crypt-DES \
					port:p5-crypt-IDEA \
					port:p5-crypt-RIPEMD160 \
					port:p5-crypt-Rijndael \
					port:p5-crypt-RSA \
					port:p5-crypt-Twofish \
					port:p5-file-homedir \
					port:p5-libwww-perl \
					port:p5-uri


