While this isn't a replacement for make, you may be interested in ShipWright from BestPractical, makers of Request Tracker.

From the blog announcement:

We've built a new source (and binary) packaging system called Shipwright. Shipwright allows you to track all of your package's dependencies in a version control repository like SVN or SVK as well as build order and build instructions.

It comes with tools for importing Perl modules, C libraries and other dependencies from CPAN, upstream version control repositories and tarballs. When it can discover dependency information (as it can for Perl modules), Shipwright will automatically import the current versions of all listed dependencies if the repository doesn't already contain sufficient versions.

Shipwright can automatically set up build instructions for projects using autoconf as well as projects using Perl's MakeMaker, Module::Install and Module::Build mechanisms. If necessary, you can customize the build instructions and dependency ordering after you import a package.


In reply to Re: Sofware build tool in Perl (Perl super-make) by clinton
in thread Sofware build tool in Perl (Perl super-make) by jeepj

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.