ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Makefile.PL
Revision: 1.25
Committed: Thu Nov 15 05:12:18 2012 UTC (11 years, 6 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.24: +2 -0 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.22 common::sense => 0,
12 root 1.20 AnyEvent => 4,
13     JSON::XS => 2.01,
14     Compress::LZF => 3.11,
15 root 1.25 Digest::SHA => 5,
16     Digest::SHA3 => 0,
17 root 1.4 },
18 root 1.17 NAME => "Deliantra",
19     VERSION_FROM => "Deliantra.pm",
20 root 1.23 EXE_FILES => [qw(bin/cfarch-normalize bin/cfmap-normalize bin/cfarch-normalize bin/cfmap-plushify
21 root 1.24 bin/cfmap-cavehify bin/cfmap-tagify bin/cfxmlrender bin/cf-slotutil bin/cfmap-set)],
22 elmex 1.1 });
23    
24     $mm->flush;
25