Changeset 62 for devel/dploy-common/Makefile.PL
- Timestamp:
- 06/04/08 16:41:16 (4 years ago)
- File:
-
- 1 edited
-
devel/dploy-common/Makefile.PL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
devel/dploy-common/Makefile.PL
r44 r62 5 5 # the contents of the Makefile that is written. 6 6 WriteMakefile( 7 NAME => ' dploy',8 DISTNAME => ' dploy',7 NAME => 'PBPKG', 8 DISTNAME => 'PBPKG', 9 9 VERSION => 'PBVER', 10 10 INST_SCRIPT => 'blib/bin', … … 15 15 }, # e.g., Module::Name => 1.1 16 16 AUTHOR => 'Bruno Cornec <bruno#dploy.org>', 17 #EXE_FILES => [ qw( bin/dploy-check) ],18 #MAN1PODS => { 'bin/pb' => '$(INST_MAN1DIR)/pb.$(MAN1EXT)', },17 EXE_FILES => [ qw( bin/PBPKG-post ) ], 18 MAN1PODS => { 'bin/PBPKG-post' => '$(INST_MAN1DIR)/PBPKG-post.$(MAN1EXT)', }, 19 19 MAN3PODS => { 'lib/Dploy/Base.pm' => '$(INST_MAN3DIR)/Dploy::Base.$(MAN3EXT)', }, 20 20 );
Note: See TracChangeset
for help on using the changeset viewer.
