gnu: Add Config-Any.

* gnu/packages/perl.scm (perl-config-any): New variable.
master
Eric Bavier 2015-03-13 08:42:38 -05:00
parent 42641c44a6
commit d39e82548b
1 changed files with 20 additions and 0 deletions

View File

@ -593,6 +593,26 @@ objects.")
as defined by two typical specimens of Perl coders.")
(license (package-license perl))))
(define-public perl-config-any
(package
(name "perl-config-any")
(version "0.24")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/B/BR/BRICAS/"
"Config-Any-" version ".tar.gz"))
(sha256
(base32
"06n6jn3q3xhk57icwip0ihzqixxav6sgp6rrb35hahj1z748y3vi"))))
(build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Config-Any")
(synopsis "Load configuration from different file formats")
(description "Config::Any provides a facility for Perl applications and
libraries to load configuration data from multiple different file formats. It
supports XML, YAML, JSON, Apache-style configuration, and Perl code.")
(license (package-license perl))))
(define-public perl-config-autoconf
(package
(name "perl-config-autoconf")