Changeset 402 in ProjectBuilder
- Timestamp:
- Apr 20, 2008, 2:32:15 AM (17 years ago)
- Location:
- devel/pb-modules
- Files:
-
- 3 added
- 5 copied
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/Makefile.PL
r399 r402 5 5 # the contents of the Makefile that is written. 6 6 WriteMakefile( 7 NAME => 'pb ',8 DISTNAME => 'p roject-builder',7 NAME => 'pb-modules', 8 DISTNAME => 'perl-ProjectBuilder', 9 9 VERSION => 'PBVER', 10 10 INST_SCRIPT => 'blib/bin', … … 16 16 #ABSTRACT_FROM => 'bin/pb', # retrieve abstract from module 17 17 AUTHOR => 'Bruno Cornec <bruno#project-builder.org>', 18 EXE_FILES => [ qw( bin/pb bin/pbg bin/pbvi bin/pbdistrocheck ) ], 19 MAN1PODS => { 'bin/pb' => '$(INST_MAN1DIR)/pb.$(MAN1EXT)', }, 18 EXE_FILES => [ qw( bin/pbdistrocheck ) ], 20 19 MAN3PODS => { 'lib/ProjectBuilder/Distribution.pm' => '$(INST_MAN3DIR)/ProjectBuilder::Distribution.$(MAN3EXT)', 21 20 'lib/ProjectBuilder/Base.pm' => '$(INST_MAN3DIR)/ProjectBuilder::Base.$(MAN3EXT)', },
Note:
See TracChangeset
for help on using the changeset viewer.