guix-commits
[Top][All Lists]
Advanced

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

29/72: gnu: Add ExtUtils-Config.


From: Eric Bavier
Subject: 29/72: gnu: Add ExtUtils-Config.
Date: Fri, 06 Mar 2015 14:12:59 +0000

bavier pushed a commit to branch master
in repository guix.

commit 6eb28ece007ba60166933b72c4ac69706cbf933b
Author: Eric Bavier <address@hidden>
Date:   Thu Mar 5 16:03:58 2015 -0600

    gnu: Add ExtUtils-Config.
    
    * gnu/packages/perl.scm (perl-extutils-config): New variable.
---
 gnu/packages/perl.scm |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 5e4ac07..26b27d4 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -300,6 +300,26 @@ import(), @EXPORT and @EXPORT_OK and not a whole lot 
else.")
                               "Exporter-Lite-" version))
     (license (package-license perl))))
 
+(define-public perl-extutils-config
+  (package
+    (name "perl-extutils-config")
+    (version "0.008")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/L/LE/LEONT/"
+                           "ExtUtils-Config-" version ".tar.gz"))
+       (sha256
+        (base32
+         "130s5zk4krrymbynqxx62g13jynnb7xi7vdpg65cw3b56kv08ldf"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/ExtUtils-Config";)
+    (synopsis "Wrapper for perl's configuration")
+    (description "ExtUtils::Config is an abstraction around the %Config hash.
+By itself it is not a particularly interesting module by any measure, however
+it ties together a family of modern toolchain modules.")
+    (license (package-license perl))))
+
 (define-public perl-file-find-rule
   (package
     (name "perl-file-find-rule")



reply via email to

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