source: MondoRescue/devel/mrmini/Makefile.PL@ 2648

Last change on this file since 2648 was 2648, checked in by Bruno Cornec, 14 years ago

r3873@localhost: bruno | 2010-06-10 12:28:15 +0200

  • Big renaming in progress mindi => mrmini
File size: 931 bytes
RevLine 
[2149]1use 5.006001;
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 => 'PBPKG',
8 DISTNAME => 'PBPKG',
9 VERSION => 'PBVER',
[2538]10 INST_SCRIPT => 'blib/sbin',
[2149]11 INSTALLDIRS => 'perl',
12 PREREQ_PM => {
13 #HTTP::Headers => 1.59,
14 #Template => 0,
15 }, # e.g., Module::Name => 1.1
[2648]16 #ABSTRACT_FROM => 'sbin/mrmini', # retrieve abstract from module
[2149]17 AUTHOR => 'Bruno Cornec <bruno#mondorescue.org>',
[2648]18 EXE_FILES => [ qw( sbin/mrmini sbin/mrprepare-lvm ) ],
[2149]19 MAN1PODS => {
[2648]20 'sbin/mrmini' => '$(INST_MAN1DIR)/mrmini.$(MAN1EXT)',
[2149]21 'sbin/mrprepare-lvm' => '$(INST_MAN1DIR)/mrprepare-lvm.$(MAN1EXT)',
22 },
[2539]23 #MAN3PODS => {
[2648]24 #'lib/MondoRescue/Mini/LVM.pm' => '$(INST_MAN3DIR)/MondoRescue::Mini::LVM.$(MAN3EXT)',
[2539]25 #},
[2149]26);
Note: See TracBrowser for help on using the repository browser.