# $Id: Portfile 87486 2011-11-23 15:30:14Z jmr@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.setup		Crypt-OpenSSL-RSA 0.25
revision		5
categories-append	security
license			{Artistic-1 GPL}
maintainers		yahoo.com:compconsultant
description		RSA encoding and decoding, using the openSSL libraries
long_description	Crypt::OpenSSL::RSA provides for decryption, \
			signatures, and signature verification.a

homepage		http://search.cpan.org/~iroberts/${distname}
platforms		darwin
checksums		md5 fdf19c9093f47cffb851ae937d053c14 \
			sha1 41597bfc06aa8f816d9d4e4f0dc28405ebe9c407 \
			rmd160 c7df8425238fc8d62db217b68ef9441a430dbda1

if {${perl5.major} != ""} {
depends_lib-append	port:p${perl5.major}-crypt-openssl-random \
			port:p${perl5.major}-crypt-openssl-bignum
}
