blob: 6029b7aae9922cada6e8d2b3a2b195a80f672068 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "Perl module for pseudo tty IO"
2SECTION = "libs"
3LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
4LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=12;md5=b2562f94907eeb42e8ce9d45f628e587"
5
Patrick Williams705982a2024-01-12 09:51:57 -06006SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz"
7
8SRC_URI[sha256sum] = "b15309fc85623893289cb9b2b88dfa9ed1e69156b75f29938553a45be6d730af"
Andrew Geissler517393d2023-01-13 08:55:19 -06009
10S = "${WORKDIR}/IO-Tty-${PV}"
11
12inherit cpan ptest-perl
13
14RDEPENDS:${PN} += "\
15 perl-module-carp \
16 perl-module-exporter \
17 perl-module-io-handle \
18 perl-module-posix \
19"
20
21RDEPENDS:${PN}-ptest += "\
22 perl-module-test-more \
23"
24
25FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/"
26