ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Makefile.PL
Revision: 1.17
Committed: Wed Dec 26 18:05:00 2007 UTC (16 years, 4 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.16: +2 -2 lines
Log Message:
initial deliantra check-in

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.16 JSON::XS => 2.01,
13 root 1.4 },
14 root 1.17 NAME => "Deliantra",
15     VERSION_FROM => "Deliantra.pm",
16 root 1.15 EXE_FILES => [qw(bin/cfarch-normalize bin/cfmap-normalize bin/cfarch-normalize bin/cfmap-plushify bin/cfmap-tagify)],
17 elmex 1.1 });
18    
19     $mm->flush;
20