mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add CatalystX-Script-Server-Starman.
* gnu/packages/web.scm (perl-catalystx-script-server-starman): New variable.
This commit is contained in:
parent
a641b5791a
commit
ca8e61960a
1 changed files with 27 additions and 0 deletions
|
@ -1253,6 +1253,33 @@ (define-public perl-catalystx-roleapplicator
|
|||
application classes.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-catalystx-script-server-starman
|
||||
(package
|
||||
(name "perl-catalystx-script-server-starman")
|
||||
(version "0.02")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/A/AB/ABRAXXA/"
|
||||
"CatalystX-Script-Server-Starman-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0h02mpkc4cmi3jpvcd7iw7xyzx55bqvvl1qkf967gqkvpklm0qx5"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-test-www-mechanize-catalyst" ,perl-test-www-mechanize-catalyst)))
|
||||
(propagated-inputs
|
||||
`(("perl-catalyst-runtime" ,perl-catalyst-runtime)
|
||||
("perl-moose" ,perl-moose)
|
||||
("perl-namespace-autoclean" ,perl-namespace-autoclean)
|
||||
("starman" ,starman)))
|
||||
(home-page "http://search.cpan.org/dist/CatalystX-Script-Server-Starman")
|
||||
(synopsis "Catalyst development server with Starman")
|
||||
(description "This module provides a Catalyst extension to replace the
|
||||
development server with Starman.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-cgi-simple
|
||||
(package
|
||||
(name "perl-cgi-simple")
|
||||
|
|
Loading…
Reference in a new issue