diff options
Diffstat (limited to 'meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb')
-rw-r--r-- | meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb new file mode 100644 index 0000000000..bb19dfb415 --- /dev/null +++ b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | SUMMARY = "Keyed-Hashing for Message Authentication" | ||
2 | DESCRIPTION = "Keyed-Hashing for Message Authentication" | ||
3 | HOMEPAGE = "https://metacpan.org/pod/Digest::HMAC" | ||
4 | SECTION = "libs" | ||
5 | |||
6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
7 | LIC_FILES_CHKSUM = "file://README;beginline=6;endline=9;md5=6321739e9ccbf74ee5dd2eb82c42d609" | ||
8 | |||
9 | RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5" | ||
10 | |||
11 | SRC_URI = "${CPAN_MIRROR}/authors/id/A/AR/ARODLAND/Digest-HMAC-${PV}.tar.gz \ | ||
12 | file://run-ptest \ | ||
13 | " | ||
14 | SRC_URI[sha256sum] = "215cb59cba610745cfb2d4b3f8ef756d590e57e3ad7986a992e87c4969fcdc7a" | ||
15 | |||
16 | S = "${UNPACKDIR}/Digest-HMAC-${PV}" | ||
17 | |||
18 | inherit cpan ptest | ||
19 | |||
20 | do_install_ptest () { | ||
21 | cp -r ${B}/t ${D}${PTEST_PATH} | ||
22 | } | ||
23 | |||
24 | BBCLASSEXTEND = "native" | ||