mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
6
package/perl-mozilla-ca/Config.in
Normal file
6
package/perl-mozilla-ca/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_MOZILLA_CA
|
||||
bool "perl-mozilla-ca"
|
||||
help
|
||||
Mozilla's CA cert bundle in PEM format.
|
||||
|
||||
https://metacpan.org/release/Mozilla-CA
|
||||
6
package/perl-mozilla-ca/perl-mozilla-ca.hash
Normal file
6
package/perl-mozilla-ca/perl-mozilla-ca.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 8ac3fe1a83c45da3f468f78ab8133ea6 Mozilla-CA-20200520.tar.gz
|
||||
sha256 b3ca0002310bf24a16c0d5920bdea97a2f46e77e7be3e7377e850d033387c726 Mozilla-CA-20200520.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 95cd63dae5c2bf6e7cf33435981614a36c85ef01fc7a02464e05e58a5355398e README
|
||||
14
package/perl-mozilla-ca/perl-mozilla-ca.mk
Normal file
14
package/perl-mozilla-ca/perl-mozilla-ca.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-mozilla-ca
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_MOZILLA_CA_VERSION = 20200520
|
||||
PERL_MOZILLA_CA_SOURCE = Mozilla-CA-$(PERL_MOZILLA_CA_VERSION).tar.gz
|
||||
PERL_MOZILLA_CA_SITE = $(BR2_CPAN_MIRROR)/authors/id/A/AB/ABH
|
||||
PERL_MOZILLA_CA_LICENSE = MPL-2.0
|
||||
PERL_MOZILLA_CA_LICENSE_FILES = README
|
||||
PERL_MOZILLA_CA_DISTNAME = Mozilla-CA
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user