Changeset 402 in ProjectBuilder


Ignore:
Timestamp:
Apr 20, 2008, 2:32:15 AM (16 years ago)
Author:
Bruno Cornec
Message:

Split Base.pm and Distribution.pm to create a new perl-ProjectBuilder module (for CPAN submission as well)

Location:
devel/pb-modules
Files:
3 added
5 copied
3 moved

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/Makefile.PL

    r399 r402  
    55# the contents of the Makefile that is written.
    66WriteMakefile(
    7     NAME         => 'pb',
    8     DISTNAME     => 'project-builder',
     7    NAME         => 'pb-modules',
     8    DISTNAME     => 'perl-ProjectBuilder',
    99    VERSION      => 'PBVER',
    1010    INST_SCRIPT  => 'blib/bin',
     
    1616    #ABSTRACT_FROM => 'bin/pb',   # retrieve abstract from module
    1717    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 ) ],
    2019    MAN3PODS      => {  'lib/ProjectBuilder/Distribution.pm' => '$(INST_MAN3DIR)/ProjectBuilder::Distribution.$(MAN3EXT)',
    2120                        'lib/ProjectBuilder/Base.pm' => '$(INST_MAN3DIR)/ProjectBuilder::Base.$(MAN3EXT)', },
Note: See TracChangeset for help on using the changeset viewer.