summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.15.bb')
-rw-r--r--meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.15.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.15.bb b/meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.15.bb
new file mode 100644
index 0000000000..3e4137a68c
--- /dev/null
+++ b/meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.15.bb
@@ -0,0 +1,24 @@
1SUMMARY = "Perl interface to the PC/SC smart card library"
2DESCRIPTION = "Perl wrapper to the PC/SC smartcard library (pcsc-lite) \
3together with some small examples. \
4The provided modules are Chipcard::PCSC and Chipcard::PCSC::Card."
5HOMEPAGE = "https://metacpan.org/dist/pcsc-perl"
6SECTION = "libs"
7LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
8LIC_FILES_CHKSUM = "file://LICENCE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
9
10SRC_URI = "https://cpan.metacpan.org/authors/id/W/WH/WHOM/pcsc-perl-${PV}.tar.bz2"
11SRC_URI[sha256sum] = "5cc834438739bd6e4e837fb7e10bd8befb809cd185ae6cf4b33e5fa9161f59fe"
12
13UPSTREAM_CHECK_URI = "https://cpan.metacpan.org/authors/id/W/WH/WHOM/"
14UPSTREAM_CHECK_REGEX = "pcsc-perl-(?P<pver>\d+(\.\d+)+)"
15
16S = "${UNPACKDIR}/pcsc-perl-${PV}"
17
18inherit cpan pkgconfig
19
20DEPENDS += "pcsc-lite"
21
22RDEPENDS:${PN} += "perl-module-carp"
23
24BBCLASSEXTEND = "native"