169721092SAndrew GeisslerSUMMARY = "Net-Telnet Perl module"
269721092SAndrew GeisslerDESCRIPTION = "Net::Telnet allows you to make client connections to a TCP port and do \
369721092SAndrew Geisslernetwork I/O, especially to a port using the TELNET protocol. Simple I/O \
469721092SAndrew Geisslermethods such as print, get, and getline are provided. More sophisticated \
569721092SAndrew Geisslerinteractive features are provided because connecting to a TELNET port \
669721092SAndrew Geisslerultimately means communicating with a program designed for human interaction. \
769721092SAndrew GeisslerThese interactive features include the ability to specify a time-out and to \
869721092SAndrew Geisslerwait for patterns to appear in the input stream, such as the prompt from a \
969721092SAndrew Geisslershell."
1069721092SAndrew Geissler
1169721092SAndrew GeisslerHOMEPAGE = "http://search.cpan.org/dist/Net-Telnet/"
1269721092SAndrew GeisslerSECTION = "Development/Libraries"
1369721092SAndrew Geissler
14*9aee5003SAndrew GeisslerLICENSE = "Artistic-1.0 | GPL-1.0-or-later"
1569721092SAndrew GeisslerLIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714"
1669721092SAndrew Geissler
1769721092SAndrew GeisslerSRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz"
1869721092SAndrew GeisslerSRC_URI[md5sum] = "c8573c57a2d9469f038c40ac284b1e5f"
1969721092SAndrew GeisslerSRC_URI[sha256sum] = "677f68ba2cd2a824fae323fa82e183bf7e3d03c3c499c91d923bd6283796a743"
2069721092SAndrew Geissler
2169721092SAndrew GeisslerS = "${WORKDIR}/Net-Telnet-${PV}"
2269721092SAndrew Geissler
2369721092SAndrew Geisslerinherit cpan
2469721092SAndrew Geissler
25213cb269SPatrick WilliamsRDEPENDS:${PN} = "perl"
26