libmime-base32-perl: add recipe

It's a runtime dependency for liburi-perl-ptest.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-10-24 22:19:31 +02:00 committed by Khem Raj
parent dc69412680
commit 83dca42b0d
2 changed files with 17 additions and 0 deletions

View File

@ -22,6 +22,7 @@ PTESTS_FAST_META_PERL = "\
libextutils-installpaths-perl \ libextutils-installpaths-perl \
libfile-slurper-perl \ libfile-slurper-perl \
libhtml-tagset-perl \ libhtml-tagset-perl \
libmime-base32-perl \
libmime-types-perl \ libmime-types-perl \
libmozilla-ca-perl \ libmozilla-ca-perl \
libnet-ldap-perl \ libnet-ldap-perl \

View File

@ -0,0 +1,16 @@
SUMMARY = "MIME::Base32 - Base32 encoder and decoder"
DESCRIPTION = "This module is for encoding/decoding data much the way that MIME::Base64 does."
HOMEPAGE = "https://metacpan.org/release/REHSACK/MIME-Base32-1.303"
SECTION = "libraries"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875ace682de56eef8e8"
SRC_URI = "${CPAN_MIRROR}/authors/id/R/RE/REHSACK/MIME-Base32-${PV}.tar.gz"
SRC_URI[sha256sum] = "ab21fa99130e33a0aff6cdb596f647e5e565d207d634ba2ef06bdbef50424e99"
S = "${UNPACKDIR}/MIME-Base32-${PV}"
inherit cpan ptest-perl
RDEPENDS:${PN}-ptest += "perl-module-test-more"