diff options
Diffstat (limited to 'meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.1800.bb')
-rw-r--r-- | meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.1800.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.1800.bb b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.1800.bb new file mode 100644 index 0000000000..bcd155ff6f --- /dev/null +++ b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.1800.bb | |||
@@ -0,0 +1,29 @@ | |||
1 | SUMMARY = "SASL Authentication framework for Perl" | ||
2 | DESCRIPTION = "SASL is a generic mechanism for authentication used by several network \ | ||
3 | protocols. Authen::SASL provides an implementation framework that all \ | ||
4 | protocols should be able to share." | ||
5 | HOMEPAGE = "https://metacpan.org/dist/Authen-SASL/" | ||
6 | SECTION = "libs" | ||
7 | |||
8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
9 | LIC_FILES_CHKSUM = "file://lib/Authen/SASL/Perl.pm;beginline=1;endline=3;md5=17123315bbcda19f484c07227594a609" | ||
10 | |||
11 | DEPENDS = "perl" | ||
12 | RDEPENDS:${PN} = "libdigest-hmac-perl" | ||
13 | |||
14 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/EH/EHUELS/Authen-SASL-${PV}.tar.gz \ | ||
15 | file://run-ptest \ | ||
16 | " | ||
17 | SRC_URI[sha256sum] = "0b03686bddbbf7d5c6548e468d079a4051c9b73851df740ae28cfd2db234e922" | ||
18 | |||
19 | S = "${UNPACKDIR}/Authen-SASL-${PV}" | ||
20 | |||
21 | inherit cpan ptest | ||
22 | |||
23 | export PERL_USE_UNSAFE_INC = "1" | ||
24 | |||
25 | do_install_ptest () { | ||
26 | cp -r ${B}/t ${D}${PTEST_PATH} | ||
27 | } | ||
28 | |||
29 | BBCLASSEXTEND = "native" | ||