# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem	1.0
PortGroup	perl5 1.0
perl5.setup	Crypt-RSA 1.98
revision	1
maintainers	nomaintainer
description	perl implementation of RSA
long_description	Crypt::RSA is a pure-perl, cleanroom implementation \
			of the RSA public-key cryptosystem. It uses \
			Math::Pari(3), a perl interface to the blazingly fast \
			PARI library, for big integer arithmetic and number \
			theoretic computations.
platforms	darwin
checksums	md5 c0bfb2df955be680ef5642bffec15b74

depends_lib-append	port:p5-class-loader \
		port:p5-convert-ascii-armour \
		port:p5-crypt-primes \
		port:p5-crypt-random \
		port:p5-digest-md2 \
		port:p5-sort-versions \
		port:p5-tie-encryptedhash \
		port:p5-crypt-blowfish \
		port:p5-crypt-cbc \
		port:p5-data-buffer \
		port:p5-math-pari

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
