mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
perl-net-ping: new package
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
1c6f4985a8
commit
4837ab9490
@ -1927,6 +1927,7 @@ F: package/perl-crypt-cbc/
|
||||
F: package/perl-digest-md5/
|
||||
F: package/perl-mime-base64-urlsafe/
|
||||
F: package/perl-mojolicious-plugin-authentication/
|
||||
F: package/perl-net-ping/
|
||||
F: package/pigz/
|
||||
F: support/scripts/size-stats
|
||||
F: utils/size-stats-compare
|
||||
|
@ -700,6 +700,7 @@ menu "Perl libraries/modules"
|
||||
source "package/perl-mojolicious/Config.in"
|
||||
source "package/perl-net-dns/Config.in"
|
||||
source "package/perl-net-http/Config.in"
|
||||
source "package/perl-net-ping/Config.in"
|
||||
source "package/perl-net-ssleay/Config.in"
|
||||
source "package/perl-netaddr-ip/Config.in"
|
||||
source "package/perl-path-tiny/Config.in"
|
||||
|
6
package/perl-net-ping/Config.in
Normal file
6
package/perl-net-ping/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_NET_PING
|
||||
bool "perl-net-ping"
|
||||
help
|
||||
check a remote host for reachability
|
||||
|
||||
https://metacpan.org/release/Net-Ping
|
6
package/perl-net-ping/perl-net-ping.hash
Normal file
6
package/perl-net-ping/perl-net-ping.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 0b01ada2bc588330456924393d47ed11 Net-Ping-2.68.tar.gz
|
||||
sha256 d01ac2fcdf684c4a23a07104fbb147cfbdbda47fd5b660912124258f29afd7e3 Net-Ping-2.68.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 eb4ad254a468a977f29849efda0183f69b7f4ede0f7123e0dd5768207ee73c58 README
|
12
package/perl-net-ping/perl-net-ping.mk
Normal file
12
package/perl-net-ping/perl-net-ping.mk
Normal file
@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-net-ping
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_NET_PING_VERSION = 2.68
|
||||
PERL_NET_PING_SOURCE = Net-Ping-$(PERL_NET_PING_VERSION).tar.gz
|
||||
PERL_NET_PING_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RU/RURBAN
|
||||
PERL_NET_PING_LICENSE_FILES = README
|
||||
|
||||
$(eval $(perl-package))
|
Loading…
Reference in New Issue
Block a user