|
Last change
on this file since 35 was 33, checked in by Bruno Cornec, 19 years ago |
|
First attempt to package pb as a perl tool
|
|
File size:
577 bytes
|
| Line | |
|---|
| 1 | use 5.00804;
|
|---|
| 2 | use ExtUtils::MakeMaker;
|
|---|
| 3 |
|
|---|
| 4 | # See lib/ExtUtils/MakeMaker.pm for details of how to influence
|
|---|
| 5 | # the contents of the Makefile that is written.
|
|---|
| 6 | WriteMakefile(
|
|---|
| 7 | NAME => 'pb',
|
|---|
| 8 | DISTNAME => 'project-builder',
|
|---|
| 9 | VERSION => PBVER
|
|---|
| 10 | PREREQ_PM => {
|
|---|
| 11 | #HTTP::Headers => 1.59,
|
|---|
| 12 | #Template => 0,
|
|---|
| 13 | }, # e.g., Module::Name => 1.1
|
|---|
| 14 | ABSTRACT_FROM => 'lib/pb.pm', # retrieve abstract from module
|
|---|
| 15 | AUTHOR => 'Bruno Cornec <bruno#project-builder.org>',
|
|---|
| 16 | EXE_FILES => [ qw( pb.pl ) ],
|
|---|
| 17 | );
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.