package/perl-lwp-mediatypes: New package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2015-04-19 12:17:06 +02:00 committed by Thomas Petazzoni
parent fe58e6f562
commit 2b221670b1
4 changed files with 25 additions and 0 deletions

View File

@ -516,6 +516,7 @@ menu "Perl libraries/modules"
source "package/perl-io-html/Config.in"
source "package/perl-io-socket-ssl/Config.in"
source "package/perl-json-tiny/Config.in"
source "package/perl-lwp-mediatypes/Config.in"
source "package/perl-mojolicious/Config.in"
source "package/perl-net-dns/Config.in"
source "package/perl-net-ssleay/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PERL_LWP_MEDIATYPES
bool "perl-lwp-mediatypes"
help
This module provides functions for handling media (also known as MIME)
types and encodings.
https://github.com/gisle/lwp-mediatypes

View File

@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 8c5f25fb64b974d22aff424476ba13c9 LWP-MediaTypes-6.02.tar.gz
sha256 18790b0cc5f0a51468495c3847b16738f785a2d460403595001e0b932e5db676 LWP-MediaTypes-6.02.tar.gz

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-lwp-mediatypes
#
################################################################################
PERL_LWP_MEDIATYPES_VERSION = 6.02
PERL_LWP_MEDIATYPES_SOURCE = LWP-MediaTypes-$(PERL_LWP_MEDIATYPES_VERSION).tar.gz
PERL_LWP_MEDIATYPES_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_LWP_MEDIATYPES_DEPENDENCIES = perl
PERL_LWP_MEDIATYPES_LICENSE = Artistic or GPLv1+
PERL_LWP_MEDIATYPES_LICENSE_FILES = README
$(eval $(perl-package))