27e4a433b4
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
20 lines
598 B
Makefile
20 lines
598 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|