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