ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Makefile.PL
Revision: 1.5
Committed: Tue Aug 1 19:12:41 2006 UTC (17 years, 9 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.4: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 elmex 1.1 use ExtUtils::MakeMaker;
2    
3     use Config;
4    
5     my $mm = MM->new({
6     dist => {
7     COMPRESS => 'gzip -9v',
8     SUFFIX => '.gz',
9 root 1.4 },
10     PREREQ_PM => {
11     JSON::Syck => 0.13,
12     },
13 elmex 1.1 NAME => "Crossfire",
14     VERSION_FROM => "Crossfire.pm",
15 root 1.5 EXE_FILES => [qw(bin/cfmap-normalize bin/cfmap-fixdialogue)],
16 elmex 1.2
17 elmex 1.1 });
18    
19     $mm->flush;
20