source: ProjectBuilder/devel/pb/Makefile.PL@ 283

Last change on this file since 283 was 283, checked in by Bruno Cornec, 16 years ago
  • Fix pbdistrocheck usage
  • Fix build process for older distro + add new test scripts for delivery
  • Attempt to solve the problem of the delivery variable for MakeMaker which is different depending on version (PREFIX or destdir)

(merge -r276:282 svn+ssh://bruno@svn.mondorescue.org/mondo/svn/pb/0.8.11)

File size: 674 bytes
RevLine 
[283]1use 5.006001;
[33]2use ExtUtils::MakeMaker;
3
4# See lib/ExtUtils/MakeMaker.pm for details of how to influence
5# the contents of the Makefile that is written.
6WriteMakefile(
7 NAME => 'pb',
8 DISTNAME => 'project-builder',
[44]9 VERSION => 'PBVER',
10 INSTALLDIRS => 'vendor',
[45]11 INST_SCRIPT => 'blib/bin',
[33]12 PREREQ_PM => {
13 #HTTP::Headers => 1.59,
14 #Template => 0,
15 }, # e.g., Module::Name => 1.1
[63]16 #ABSTRACT_FROM => 'bin/pb', # retrieve abstract from module
[33]17 AUTHOR => 'Bruno Cornec <bruno#project-builder.org>',
[176]18 EXE_FILES => [ qw( bin/pb bin/pbg bin/pbvi bin/pbdistrocheck ) ],
[33]19);
Note: See TracBrowser for help on using the repository browser.