guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: Add perl-net-smtp-ssl.


From: Eric Bavier
Subject: 01/04: gnu: Add perl-net-smtp-ssl.
Date: Tue, 30 Jun 2015 14:54:13 +0000

bavier pushed a commit to branch master
in repository guix.

commit b1096f3dbbe8d91611ee18a05e4053478125bd45
Author: Eric Bavier <address@hidden>
Date:   Sat Jun 27 20:59:44 2015 -0500

    gnu: Add perl-net-smtp-ssl.
    
    * gnu/packages/web.scm (perl-net-smtp-ssl): New variable.
---
 gnu/packages/web.scm |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 94d9970..cbc795f 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2235,6 +2235,26 @@ In all but the inetd type, the server provides the 
ability to connect to one
 or to multiple server ports.")
     (license (package-license perl))))
 
+(define-public perl-net-smtp-ssl
+  (package
+    (name "perl-net-smtp-ssl")
+    (version "1.03")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/";
+                           "Net-SMTP-SSL-" version ".tar.gz"))
+       (sha256
+       (base32
+        "05y94mb1vdw32mvwb0cp2h4ggh32f8j8nwwfjb8kjwxvfkfhyp9h"))))
+    (build-system perl-build-system)
+    (propagated-inputs
+     `(("perl-io-socket-ssl" ,perl-io-socket-ssl)))
+    (home-page "http://search.cpan.org/dist/Net-SMTP-SSL";)
+    (synopsis "SSL support for Net::SMTP")
+    (description "SSL support for Net::SMTP")
+    (license (package-license perl))))
+
 (define-public perl-plack
   (package
     (name "perl-plack")



reply via email to

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