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