generated from gaoyang3513/SDK_RK3288
[Mod] First commit
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 dbe27483034a79a7d43f61cc48540641 Net-HTTP-6.21.tar.gz
|
||||
sha256 375aa35b76be99f06464089174d66ac76f78ce83a5c92a907bbfab18b099eec4 Net-HTTP-6.21.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.21
|
||||
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