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:
7
package/perl-net-http/Config.in
Normal file
7
package/perl-net-http/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PERL_NET_HTTP
|
||||
bool "perl-net-http"
|
||||
select BR2_PACKAGE_PERL_URI # runtime
|
||||
help
|
||||
Low-level HTTP connection (client).
|
||||
|
||||
https://github.com/libwww-perl/Net-HTTP
|
6
package/perl-net-http/perl-net-http.hash
Normal file
6
package/perl-net-http/perl-net-http.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 6cbebcc76099ce822f0aa7764af11f73 Net-HTTP-6.19.tar.gz
|
||||
sha256 52b76ec13959522cae64d965f15da3d99dcb445eddd85d2ce4e4f4df385b2fc4 Net-HTTP-6.19.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 49fbcc80e17295888b909176a0029f275a8c17b6cbfaf8867fe571ebe9a9ca79 LICENSE
|
14
package/perl-net-http/perl-net-http.mk
Normal file
14
package/perl-net-http/perl-net-http.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-net-http
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_NET_HTTP_VERSION = 6.19
|
||||
PERL_NET_HTTP_SOURCE = Net-HTTP-$(PERL_NET_HTTP_VERSION).tar.gz
|
||||
PERL_NET_HTTP_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
|
||||
PERL_NET_HTTP_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_NET_HTTP_LICENSE_FILES = LICENSE
|
||||
PERL_NET_HTTP_DISTNAME = Net-HTTP
|
||||
|
||||
$(eval $(perl-package))
|
Reference in New Issue
Block a user