ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Makefile.PL
Revision: 1.21
Committed: Sun Sep 28 05:58:01 2008 UTC (15 years, 7 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1_23
Changes since 1.20: +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.20 AnyEvent => 4,
12     JSON::XS => 2.01,
13     Compress::LZF => 3.11,
14 root 1.4 },
15 root 1.17 NAME => "Deliantra",
16     VERSION_FROM => "Deliantra.pm",
17 root 1.21 EXE_FILES => [qw(bin/cfarch-normalize bin/cfmap-normalize bin/cfarch-normalize bin/cfmap-plushify bin/cfmap-tagify bin/cfxmlrender bin/cf-slotutil)],
18 elmex 1.1 });
19    
20     $mm->flush;
21