Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_NET_TELNET
bool "perl-net-telnet"
help
Interact with TELNET port or other TCP ports.
https://metacpan.org/release/Net-Telnet

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 d2514080116c1b0fa5f96295c84538e3 Net-Telnet-3.04.tar.gz
sha256 e64d567a4e16295ecba949368e7a6b8b5ae2a16b3ad682121d9b007dc5d2a37a Net-Telnet-3.04.tar.gz
# computed by scancpan
sha256 05beca683093827706ef45a4958bf23bcd91990e0beeb0b098f97c661478c90d README

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-net-telnet
#
################################################################################
PERL_NET_TELNET_VERSION = 3.04
PERL_NET_TELNET_SOURCE = Net-Telnet-$(PERL_NET_TELNET_VERSION).tar.gz
PERL_NET_TELNET_SITE = $(BR2_CPAN_MIRROR)/authors/id/J/JR/JROGERS
PERL_NET_TELNET_LICENSE = Artistic or GPL-1.0+
PERL_NET_TELNET_LICENSE_FILES = README
PERL_NET_TELNET_DISTNAME = Net-Telnet
$(eval $(perl-package))