guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/30: gnu: Add perl-mozilla-ca.


From: Ricardo Wurmus
Subject: 20/30: gnu: Add perl-mozilla-ca.
Date: Sun, 27 Nov 2016 08:50:10 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 3521dc929348fb4cf3d17cc2a8891e66963b981b
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 23 22:08:35 2016 +0100

    gnu: Add perl-mozilla-ca.
    
    * gnu/packages/perl.scm (perl-mozilla-ca): New variable.
---
 gnu/packages/perl.scm |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index a3c9acc..03d3c43 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4712,6 +4712,26 @@ own set of Moose-like types.  These custom types can 
then be used to describe
 fields in Moo-based classes.")
     (license (package-license perl))))
 
+(define-public perl-mozilla-ca
+  (package
+    (name "perl-mozilla-ca")
+    (version "20160104")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/A/AB/ABH/Mozilla-CA-"
+                           version ".tar.gz"))
+       (sha256
+        (base32
+         "0aizn08lrdrgjz9vagkjmw2c7sxn46fzz521v9dbcqii4jd0d9r7"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Mozilla-CA";)
+    (synopsis "Mozilla's CA cert bundle in PEM format")
+    (description "@code{Mozilla::CA} provides a copy of Mozilla's bundle of
+Certificate Authority certificates in a form that can be consumed by modules
+and libraries based on OpenSSL.")
+    (license mpl2.0)))
+
 (define-public perl-mro-compat
   (package
     (name "perl-mro-compat")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]