# $Id: Portfile 98833 2012-10-18 09:22:19Z jmr@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

perl5.branches		5.8 5.10 5.12 5.14 5.16
perl5.setup			Crypt-OpenPGP 1.06
license				{Artistic-1 GPL}
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           rmd160 2b0a3115acfe64428333659bbc99fe9d69b1a986 \
                    sha256 3155430644bfe2d1798d9693ca0760aa66a24782bdb0323c33afe176ac5aa394

platforms			darwin
supported_archs		noarch

if {${perl5.major} != ""} {
depends_lib-append			port:p${perl5.major}-crypt-dsa \
					port:p${perl5.major}-crypt-blowfish \
					port:p${perl5.major}-crypt-CAST5 \
					port:p${perl5.major}-crypt-DES \
					port:p${perl5.major}-crypt-IDEA \
					port:p${perl5.major}-crypt-RIPEMD160 \
					port:p${perl5.major}-crypt-Rijndael \
					port:p${perl5.major}-crypt-RSA \
					port:p${perl5.major}-crypt-Twofish \
					port:p${perl5.major}-file-homedir \
					port:p${perl5.major}-libwww-perl \
					port:p${perl5.major}-uri
}
