mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add perl-authen-sasl.
* gnu/packages/web.scm (perl-authen-sasl): New variable.
This commit is contained in:
parent
9fe938c19f
commit
c6ee18abb6
1 changed files with 21 additions and 0 deletions
|
@ -668,6 +668,27 @@ (define-public perl-apache-logformat-compiler
|
|||
to perl-code, for faster generation of access_log lines.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-authen-sasl
|
||||
(package
|
||||
(name "perl-authen-sasl")
|
||||
(version "2.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/G/GB/GBARR/"
|
||||
"Authen-SASL-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"02afhlrdq5hh5g8b32fa79fqq5i76qzwfqqvfi9zi57h31szl536"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-digest-hmac" ,perl-digest-hmac)
|
||||
("perl-gssapi" ,perl-gssapi)))
|
||||
(home-page "http://search.cpan.org/dist/Authen-SASL")
|
||||
(synopsis "SASL authentication framework")
|
||||
(description "Authen::SASL provides an SASL authentication framework.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-catalyst-action-renderview
|
||||
(package
|
||||
(name "perl-catalyst-action-renderview")
|
||||
|
|
Loading…
Reference in a new issue