summaryrefslogtreecommitdiffstats
path: root/perl-cpan/crypt-openssl-rsa/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'perl-cpan/crypt-openssl-rsa/DETAILS')
-rwxr-xr-xperl-cpan/crypt-openssl-rsa/DETAILS15
1 files changed, 15 insertions, 0 deletions
diff --git a/perl-cpan/crypt-openssl-rsa/DETAILS b/perl-cpan/crypt-openssl-rsa/DETAILS
new file mode 100755
index 0000000000..2876b315d6
--- /dev/null
+++ b/perl-cpan/crypt-openssl-rsa/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=crypt-openssl-rsa
+ VERSION=0.28
+ SOURCE="Crypt-OpenSSL-RSA-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/P/PE/PERLER/${SOURCE}
+ SOURCE_HASH=sha512:4a20c3f814e80ea15304b2a189001172e72237d703a0f9281e7e46d593c521508abfac3a259701994ec867f160821bec37e4e8234d04b792168db19b065ce324
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Crypt-OpenSSL-RSA-${VERSION}"
+ WEB_SITE="https://metacpan.org/release/Crypt-OpenSSL-RSA"
+ LICENSE[0]=ART
+ ENTERED=20150717
+ SHORT="RSA encoding and decoding, using the openSSL libraries"
+cat << EOF
+Crypt::OpenSSL::RSA provides the ability to RSA encrypt strings which are
+somewhat shorter than the block size of a key. It also allows for decryption,
+signatures and signature verification.
+EOF