mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add Config-AutoConf.
* gnu/packages/perl.scm (perl-config-autoconf): New variable.
This commit is contained in:
parent
8bc9515d9b
commit
ce60f167ea
1 changed files with 21 additions and 0 deletions
|
@ -266,6 +266,27 @@ (define-public perl-clone
|
|||
"Clone-" version))
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-config-autoconf
|
||||
(package
|
||||
(name "perl-config-autoconf")
|
||||
(version "0.309")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/R/RE/REHSACK/"
|
||||
"Config-AutoConf-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1nqc7calfny12dwfhz7ylsvx55nf69kirdc5dbyvh3sjsqj8yvdq"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-capture-tiny" ,perl-capture-tiny)))
|
||||
(home-page "http://search.cpan.org/dist/Config-AutoConf")
|
||||
(synopsis "Module to implement some AutoConf macros in Perl")
|
||||
(description "Config::AutoConf is intended to provide the same
|
||||
opportunities to Perl developers as GNU Autoconf does for Shell developers.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-cpan-meta-check
|
||||
(package
|
||||
(name "perl-cpan-meta-check")
|
||||
|
|
Loading…
Reference in a new issue