diff options
Diffstat (limited to 'meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb')
-rw-r--r-- | meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb index d1365f269c..3d05a3d7a3 100644 --- a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb +++ b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb | |||
@@ -8,17 +8,16 @@ 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 \ | 8 | wait for patterns to appear in the input stream, such as the prompt from a \ |
9 | shell." | 9 | shell." |
10 | 10 | ||
11 | HOMEPAGE = "http://search.cpan.org/dist/Net-Telnet/" | 11 | HOMEPAGE = "https://metacpan.org/dist/Net-Telnet" |
12 | SECTION = "Development/Libraries" | 12 | SECTION = "Development/Libraries" |
13 | 13 | ||
14 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 14 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
15 | LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714" | 15 | LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714" |
16 | 16 | ||
17 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz" | 17 | SRC_URI = "${CPAN_MIRROR}/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz" |
18 | SRC_URI[md5sum] = "c8573c57a2d9469f038c40ac284b1e5f" | ||
19 | SRC_URI[sha256sum] = "677f68ba2cd2a824fae323fa82e183bf7e3d03c3c499c91d923bd6283796a743" | 18 | SRC_URI[sha256sum] = "677f68ba2cd2a824fae323fa82e183bf7e3d03c3c499c91d923bd6283796a743" |
20 | 19 | ||
21 | S = "${WORKDIR}/Net-Telnet-${PV}" | 20 | S = "${UNPACKDIR}/Net-Telnet-${PV}" |
22 | 21 | ||
23 | inherit cpan | 22 | inherit cpan |
24 | 23 | ||