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
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"
--- /dev/null
+config BR2_PACKAGE_PERL_NET_PING
+ bool "perl-net-ping"
+ help
+ check a remote host for reachability
+
+ https://metacpan.org/release/Net-Ping
--- /dev/null
+# 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
--- /dev/null
+################################################################################
+#
+# 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))