matrix-gui-common: make versioned recipes
[openembedded.git] / recipes / perl / libcrypt-openssl-rsa-perl_0.26.bb
blob8c9c72a4388904632f22713fbfdd2507ee341053
1 DESCRIPTION = "RSA encoding and decoding, using the openSSL libraries"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 DEPENDS = "openssl"
5 RDEPENDS_${PN} += " \
6 libcrypt-openssl-bignum-perl \
7 libcrypt-openssl-random-perl \
9 BBCLASSEXTEND = "native"
11 SRC_URI = "http://search.cpan.org/CPAN/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-RSA-${PV}.tar.gz;name=crypt-openssl-rsa-perl-${PV}"
12 SRC_URI[crypt-openssl-rsa-perl-0.26.md5sum] = "baf875f01ee39b88335b8f0962fe4bbc"
13 SRC_URI[crypt-openssl-rsa-perl-0.26.sha256sum] = "f42f276ffe5ae1775c4bd76f3026483f0d39975f7cdd07bf48eccfb8c45286bb"
15 S = "${WORKDIR}/Crypt-OpenSSL-RSA-${PV}"
17 inherit cpan