blob: 652e8c941e15c20794478e6f683e6a57109a7fe4 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "Net-Telnet Perl module"
2DESCRIPTION = "Net::Telnet allows you to make client connections to a TCP port and do \
3network I/O, especially to a port using the TELNET protocol. Simple I/O \
4methods such as print, get, and getline are provided. More sophisticated \
5interactive features are provided because connecting to a TELNET port \
6ultimately means communicating with a program designed for human interaction. \
7These interactive features include the ability to specify a time-out and to \
8wait for patterns to appear in the input stream, such as the prompt from a \
9shell."
10
11HOMEPAGE = "http://search.cpan.org/dist/Net-Telnet/"
12SECTION = "Development/Libraries"
13
14LICENSE = "Artistic-1.0|GPLv1+"
15LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=3fd238bfb6ee1810cb15d5d95e07b0f5"
16
17SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz"
18SRC_URI[md5sum] = "d2514080116c1b0fa5f96295c84538e3"
19SRC_URI[sha256sum] = "e64d567a4e16295ecba949368e7a6b8b5ae2a16b3ad682121d9b007dc5d2a37a"
20
21S = "${WORKDIR}/Net-Telnet-${PV}"
22
23inherit cpan
24
25RDEPENDS_${PN} = "perl"