source: devel/pb/Makefile.PL @ 44

Revision 44, 680 bytes checked in by bruno, 6 years ago (diff)

Pass more params in the Makefile.PL

Line 
1use 5.008004;
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',
9    VERSION      => 'PBVER',
10    INSTALLDIRS  => 'vendor',
11    INSTALLSCRIPT => '/usr/bin',
12    INST_SCRIPT  => './blib/bin',
13    PREREQ_PM    => {
14                        #HTTP::Headers                    => 1.59,
15                        #Template                         => 0,
16    },    # e.g., Module::Name => 1.1
17        #ABSTRACT_FROM => 'bin/pb.pl',   # retrieve abstract from module
18    AUTHOR        => 'Bruno Cornec <bruno#project-builder.org>',
19        EXE_FILES     => [ qw( bin/pb.pl ) ],
20);
Note: See TracBrowser for help on using the repository browser.