guix-commits
[Top][All Lists]
Advanced

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

31/72: gnu: Add ExtUtils-Helpers.


From: Eric Bavier
Subject: 31/72: gnu: Add ExtUtils-Helpers.
Date: Fri, 06 Mar 2015 14:13:00 +0000

bavier pushed a commit to branch master
in repository guix.

commit 0bcb85be50724e3d0dc3f91646edf93114f8884d
Author: Eric Bavier <address@hidden>
Date:   Thu Mar 5 16:06:08 2015 -0600

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

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 282c7f8..25a53c9 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -341,6 +341,25 @@ 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-extutils-helpers
+  (package
+    (name "perl-extutils-helpers")
+    (version "0.022")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/L/LE/LEONT/"
+                           "ExtUtils-Helpers-" version ".tar.gz"))
+       (sha256
+        (base32
+         "15dalfwmpfmifw312i5pwiai8134pxf7b2804shlqhdk1xqczy6k"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/ExtUtils-Helpers";)
+    (synopsis "Various portability utilities for module builders")
+    (description "This module provides various portable helper functions for
+module building 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]