ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Makefile.PL
Revision: 1.14
Committed: Tue Aug 21 23:03:07 2007 UTC (16 years, 8 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_2, rel-1_0
Changes since 1.13: +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 root 1.10 AnyEvent => 0,
12 root 1.14 JSON::XS => 1.44,
13 root 1.4 },
14 elmex 1.1 NAME => "Crossfire",
15     VERSION_FROM => "Crossfire.pm",
16 root 1.9 EXE_FILES => [qw(bin/cfarch-normalize bin/cfmap-normalize bin/cfarch-normalize bin/cfmap-plushify)],
17 elmex 1.2
18 elmex 1.1 });
19    
20     $mm->flush;
21