package/perl-lwp-protocol-https: new package

Dependency for perl-crypt-ssleay (added in subsequent commit).

Added via utils/scancpan, without changes.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas De Schampheleire
2020-02-10 12:26:32 +01:00
committed by Thomas Petazzoni
parent dcd5b148f4
commit f8638b99ae
6 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-lwp-protocol-https
#
################################################################################
PERL_LWP_PROTOCOL_HTTPS_VERSION = 6.07
PERL_LWP_PROTOCOL_HTTPS_SOURCE = LWP-Protocol-https-$(PERL_LWP_PROTOCOL_HTTPS_VERSION).tar.gz
PERL_LWP_PROTOCOL_HTTPS_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
PERL_LWP_PROTOCOL_HTTPS_LICENSE = Artistic or GPL-1.0+
PERL_LWP_PROTOCOL_HTTPS_LICENSE_FILES = README
PERL_LWP_PROTOCOL_HTTPS_DISTNAME = LWP-Protocol-https
$(eval $(perl-package))