Skip to topic | Skip to bottom
Home
Stac
Stac.StAcMakefiler1.1 - 20 Nov 2004 - 17:51 - TWikiGuesttopic end

Start of topic | Skip to actions

use ExtUtils::MakeMaker;

%mods = ( 
          'Cache::Cache'            => 1.01,
          'Class::Singleton'        => 1.03,
          'Config::ApacheFormat'    => 1.1,
          'Curses'                  => 1.06,
          'Curses::Widgets'         => 1.997,
          'Curses::Forms'           => 1.997,
          'Cvs'                     => 0.01,
          'Locale::Maketext'        => 1.03,
          'I18N::LangTags'          => 0.27,
          'Proc::ProcesxTable'      => 0.38,
          'String::Similarity'      => 0.02,
          'XML::LibXML'             => 1.53,
          'XML::Parser::PerlSAX'    => 0.07,
          'XML::PatAct::MatchName'  => 0.07,
          'XML::PatAct::ToObjects'  => 0.07,
          'Log::Log4perl'           => 0.27,
          'Exception::Class'        => 1.11,
          'IPC::Run'                => 0.75,
          'Apache::ConfigParser'    => 0.06,
          'Regexp::Common'          => 2.111,
);

WriteMakefile(
  NAME            => 'Stac',
  AUTHOR    => '<toni@irational.org>',
  ABSTRACT  => 
    'Web Applications deployment framework',
  VERSION   => '0.3.2',
  PREREQ_PM => \%mods,
 'EXE_FILES' => ['bin/stac'],

);


to top

You are here: Stac > StAc > StAcDevTracking > StAcMakefile

to top

Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Open-org? Send feedback