guix-commits
[Top][All Lists]
Advanced

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

49/72: gnu: Add inc-latest.


From: Eric Bavier
Subject: 49/72: gnu: Add inc-latest.
Date: Fri, 06 Mar 2015 14:13:07 +0000

bavier pushed a commit to branch master
in repository guix.

commit e8bba431a81872bb16a2497908477dbec1258224
Author: Eric Bavier <address@hidden>
Date:   Thu Mar 5 16:34:56 2015 -0600

    gnu: Add inc-latest.
    
    * gnu/packages/perl.scm (perl-inc-latest): 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 3b15a2d..fa25a8d 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -737,6 +737,26 @@ vaguely inspired by John Ousterhout's Tk_ParseArgv.")
                               "Getopt-Tabular-" version))
     (license (package-license perl))))
 
+(define-public perl-inc-latest
+  (package
+    (name "perl-inc-latest")
+    (version "0.500")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
+                           "inc-latest-" version ".tar.gz"))
+       (sha256
+        (base32
+         "04f6qf6ll2hkdsr9aglykg3wlgsnf0w4f264nzg4i9y6cgrhbafs"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/inc-latest";)
+    (synopsis "Use modules in inc/ if newer than installed")
+    (description "The inc::latest module helps bootstrap configure-time
+dependencies for CPAN distributions.  These dependencies get bundled into the
+inc directory within a distribution and are used by Makefile.PL or Build.PL.")
+    (license asl2.0)))
+
 (define-public perl-io-tty
   (package
     (name "perl-io-tty")



reply via email to

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