ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Makefile.PL
(Generate patch)

Comparing deliantra/Deliantra-Client/Makefile.PL (file contents):
Revision 1.83 by elmex, Sun Sep 2 14:35:31 2007 UTC vs.
Revision 1.84 by root, Sun Oct 14 15:33:30 2007 UTC

42 $INC =~ s/\n/ /g for $INC, $LIBS; 42 $INC =~ s/\n/ /g for $INC, $LIBS;
43} 43}
44 44
45WriteMakefile( 45WriteMakefile(
46 dist => { 46 dist => {
47 PREOP => 'pod2text bin/cfplus | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 47 PREOP => 'pod2text bin/deliantra | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
48 COMPRESS => 'gzip -9v', 48 COMPRESS => 'gzip -9v',
49 SUFFIX => '.gz', 49 SUFFIX => '.gz',
50 }, 50 },
51 NAME => "CFPlus", 51 NAME => "CFPlus",
52 INC => $INC, 52 INC => $INC,
53 LIBS => [$LIBS], 53 LIBS => [$LIBS],
54 EXE_FILES => [qw(bin/cfplus)], 54 EXE_FILES => [qw(bin/deliantra)],
55 VERSION_FROM => "CFPlus.pm", 55 VERSION_FROM => "CFPlus.pm",
56 PREREQ_PM => { 56 PREREQ_PM => {
57 BerkeleyDB => 0.27, 57 BerkeleyDB => 0.27,
58 Crossfire => 1.0, 58 Crossfire => 1.0,
59 Time::HiRes => 0, 59 Time::HiRes => 0,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines