Ticket #18365: Portfile-p5-crypt-openssl-rsa.diff

File Portfile-p5-crypt-openssl-rsa.diff, 1.3 KB (added by compconsultant@…, 15 years ago)
  • Portfile

    old new  
    11# $Id: Portfile 39068 2008-08-06 21:34:21Z markd@macports.org $
    22
    3 PortSystem      1.0
    4 PortGroup       perl5 1.0
     3PortSystem              1.0
     4PortGroup               perl5 1.0
    55
    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.
     6perl5.setup             Crypt-OpenSSL-RSA 0.25
     7categories-append       security
     8revision                2
     9maintainers             yahoo.com:compconsultant
     10description             RSA encoding and decoding, using the openSSL libraries
     11long_description        Crypt::OpenSSL::RSA provides for decryption, \
     12                        signatures, and signature verification.a
    1213
    13 platforms       darwin
    14 checksums       md5 fdf19c9093f47cffb851ae937d053c14
    15 
    16 depends_lib-append   port:p5-crypt-openssl-random
     14homepage                http://search.cpan.org/~iroberts/${distname}
     15platforms               darwin
     16checksums               md5 fdf19c9093f47cffb851ae937d053c14 \
     17                        sha1 41597bfc06aa8f816d9d4e4f0dc28405ebe9c407 \
     18                        rmd160 c7df8425238fc8d62db217b68ef9441a430dbda1
    1719
     20depends_lib-append      port:p5-crypt-openssl-random \
     21                        port:p5-crypt-openssl-bignum