blob: e5c1ec1c8285cc40bf3c109c6c9165e0bccc4cdc [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
6SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz \
Patrick Williams8e7b46e2023-05-01 14:19:06 -05007 file://0001-Make-function-checks-more-robust-within-shared-libs.patch \
Andrew Geissler517393d2023-01-13 08:55:19 -06008 "
Andrew Geissler517393d2023-01-13 08:55:19 -06009SRC_URI[sha256sum] = "a5f1a83020bc5b5dd6c1b570f48c7546e0a8f7fac10a068740b03925ad9e14e8"
10
11S = "${WORKDIR}/IO-Tty-${PV}"
12
13inherit cpan ptest-perl
14
15RDEPENDS:${PN} += "\
16 perl-module-carp \
17 perl-module-exporter \
18 perl-module-io-handle \
19 perl-module-posix \
20"
21
22RDEPENDS:${PN}-ptest += "\
23 perl-module-test-more \
24"
25
26FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/"
27