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:
11
package/perl-http-message/Config.in
Normal file
11
package/perl-http-message/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PERL_HTTP_MESSAGE
|
||||
bool "perl-http-message"
|
||||
select BR2_PACKAGE_PERL_ENCODE_LOCALE # runtime
|
||||
select BR2_PACKAGE_PERL_HTTP_DATE # runtime
|
||||
select BR2_PACKAGE_PERL_IO_HTML # runtime
|
||||
select BR2_PACKAGE_PERL_LWP_MEDIATYPES # runtime
|
||||
select BR2_PACKAGE_PERL_URI # runtime
|
||||
help
|
||||
HTTP style message (base class).
|
||||
|
||||
https://github.com/libwww-perl/HTTP-Message
|
||||
6
package/perl-http-message/perl-http-message.hash
Normal file
6
package/perl-http-message/perl-http-message.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 9fd400da24e1784f85d32de1705fc795 HTTP-Message-6.18.tar.gz
|
||||
sha256 d060d170d388b694c58c14f4d13ed908a2807f0e581146cef45726641d809112 HTTP-Message-6.18.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 66f0d1e8593d5512d7a8cd90549a976aaae97e4fa9b6097249b3682f14747a6b LICENSE
|
||||
14
package/perl-http-message/perl-http-message.mk
Normal file
14
package/perl-http-message/perl-http-message.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-http-message
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_HTTP_MESSAGE_VERSION = 6.18
|
||||
PERL_HTTP_MESSAGE_SOURCE = HTTP-Message-$(PERL_HTTP_MESSAGE_VERSION).tar.gz
|
||||
PERL_HTTP_MESSAGE_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
|
||||
PERL_HTTP_MESSAGE_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_HTTP_MESSAGE_LICENSE_FILES = LICENSE
|
||||
PERL_HTTP_MESSAGE_DISTNAME = HTTP-Message
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user