summaryrefslogtreecommitdiffstats
path: root/package/perl-http-message
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-04-19 12:17:07 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-19 13:43:44 +0200
commit27e4a433b44b63d91f24bfa2a475386d0cd54356 (patch)
tree439f27720ee18534957821a5464d4791478816f6 /package/perl-http-message
parent2b221670b188a9600c29d6d4a4916a8115bbc9a4 (diff)
downloadbuildroot-27e4a433b44b63d91f24bfa2a475386d0cd54356.tar.gz
buildroot-27e4a433b44b63d91f24bfa2a475386d0cd54356.zip
package/perl-http-message: New package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-http-message')
-rw-r--r--package/perl-http-message/Config.in12
-rw-r--r--package/perl-http-message/perl-http-message.hash3
-rw-r--r--package/perl-http-message/perl-http-message.mk19
3 files changed, 34 insertions, 0 deletions
diff --git a/package/perl-http-message/Config.in b/package/perl-http-message/Config.in
new file mode 100644
index 0000000000..9dda1ee3f1
--- /dev/null
+++ b/package/perl-http-message/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_PERL_HTTP_MESSAGE
+ bool "perl-http-message"
+ select BR2_PACKAGE_PERL_ENCODE_LOCALE
+ select BR2_PACKAGE_PERL_HTTP_DATE
+ select BR2_PACKAGE_PERL_IO_HTML
+ select BR2_PACKAGE_PERL_LWP_MEDIATYPES
+ select BR2_PACKAGE_PERL_URI
+ help
+ The HTTP-Message distribution contains classes useful for representing
+ the messages passed in HTTP style communication.
+
+ https://github.com/libwww-perl/http-message
diff --git a/package/perl-http-message/perl-http-message.hash b/package/perl-http-message/perl-http-message.hash
new file mode 100644
index 0000000000..ff6268d7b4
--- /dev/null
+++ b/package/perl-http-message/perl-http-message.hash
@@ -0,0 +1,3 @@
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5 e563ac516e28d33f65bc0f295f625f85 HTTP-Message-6.06.tar.gz
+sha256 087e97009c5239dca4631cf433d836771b3fc5ba5685eef1965f9d3415cbad63 HTTP-Message-6.06.tar.gz
diff --git a/package/perl-http-message/perl-http-message.mk b/package/perl-http-message/perl-http-message.mk
new file mode 100644
index 0000000000..12eda900e3
--- /dev/null
+++ b/package/perl-http-message/perl-http-message.mk
@@ -0,0 +1,19 @@
+################################################################################
+#
+# perl-http-message
+#
+################################################################################
+
+PERL_HTTP_MESSAGE_VERSION = 6.06
+PERL_HTTP_MESSAGE_SOURCE = HTTP-Message-$(PERL_HTTP_MESSAGE_VERSION).tar.gz
+PERL_HTTP_MESSAGE_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
+PERL_HTTP_MESSAGE_LICENSE = Artistic or GPLv1+
+PERL_HTTP_MESSAGE_LICENSE_FILES = README
+PERL_HTTP_MESSAGE_DEPENDENCIES = \
+ perl-encode-locale \
+ perl-http-date \
+ perl-io-html \
+ perl-lwp-mediatypes \
+ perl-uri
+
+$(eval $(perl-package))
OpenPOWER on IntegriCloud