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

Last change on this file since 43 was 43, checked in by Bruno Cornec, 17 years ago

Idem

File size: 581 bytes
RevLine 
[37]1use 5.008004;
[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',
[38]9 VERSION => PBVER,
[33]10 PREREQ_PM => {
11 #HTTP::Headers => 1.59,
12 #Template => 0,
13 }, # e.g., Module::Name => 1.1
[40]14 #ABSTRACT_FROM => 'bin/pb.pl', # retrieve abstract from module
[33]15 AUTHOR => 'Bruno Cornec <bruno#project-builder.org>',
[43]16 EXE_FILES => [ qw( bin/pb.pl ) ],
[33]17);
Note: See TracBrowser for help on using the repository browser.