mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
6
package/perl-net-telnet/Config.in
Normal file
6
package/perl-net-telnet/Config.in
Normal 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
|
||||
6
package/perl-net-telnet/perl-net-telnet.hash
Normal file
6
package/perl-net-telnet/perl-net-telnet.hash
Normal 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
|
||||
14
package/perl-net-telnet/perl-net-telnet.mk
Normal file
14
package/perl-net-telnet/perl-net-telnet.mk
Normal 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))
|
||||
Reference in New Issue
Block a user