Ticket #18365: Portfile-p5-crypt-openssl-rsa.diff
File Portfile-p5-crypt-openssl-rsa.diff, 1.3 KB (added by compconsultant@…, 16 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 39068 2008-08-06 21:34:21Z markd@macports.org $ 2 2 3 PortSystem 4 PortGroup 3 PortSystem 1.0 4 PortGroup perl5 1.0 5 5 6 perl5.setup Crypt-OpenSSL-RSA 0.25 7 revision 1 8 maintainers nomaintainer 9 description RSA encoding and decoding, using the openSSL libraries 10 long_description Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL library's \ 11 pseudo-random number generator. 6 perl5.setup Crypt-OpenSSL-RSA 0.25 7 categories-append security 8 revision 2 9 maintainers yahoo.com:compconsultant 10 description RSA encoding and decoding, using the openSSL libraries 11 long_description Crypt::OpenSSL::RSA provides for decryption, \ 12 signatures, and signature verification.a 12 13 13 platforms darwin 14 checksums md5 fdf19c9093f47cffb851ae937d053c14 15 16 depends_lib-append port:p5-crypt-openssl-random 14 homepage http://search.cpan.org/~iroberts/${distname} 15 platforms darwin 16 checksums md5 fdf19c9093f47cffb851ae937d053c14 \ 17 sha1 41597bfc06aa8f816d9d4e4f0dc28405ebe9c407 \ 18 rmd160 c7df8425238fc8d62db217b68ef9441a430dbda1 17 19 20 depends_lib-append port:p5-crypt-openssl-random \ 21 port:p5-crypt-openssl-bignum