/[pub]/suikawiki/script/Makefile.PL
Suika

Contents of /suikawiki/script/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Thu Mar 11 08:06:26 2004 UTC (20 years, 1 month ago) by wakaba
Branch: MAIN
CVS Tags: suikawiki3-redirect, release-3-0-0, HEAD
Branch point for: paragraph-200404, helowiki, helowiki-2005
Changes since 1.2: +6 -8 lines
File MIME type: text/plain
*** empty log message ***

1 #!/usr/bin/perl
2 use strict;
3 use ExtUtils::MakeMaker;
4 WriteMakefile (
5 NAME => 'SuikaWiki',
6 DISTNAME => 'suikawiki3',
7 VERSION_FROM => 'lib/suikawiki.pl',
8 PREREQ_PM => {
9 ## Standard Modules, so you maybe have them...
10 'Carp' => 0,
11 'CGI::Carp' => 0,
12 'Digest::MD5' => 0,
13 'FindBin' => 0,
14 'Storable' => 0,
15 'Test' => 0,
16 ## Non-standard modules
17 'BerkleyDB' => 0,
18 'Jcode' => 0, ## Available at <http://openlab.jp/Jcode/>
19 'MLDBM' => 0,
20 ## manakai <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?manakai>
21 ## modules also required.
22 },
23 dist => {COMPRESS => 'gzip', SUFFIX => '.gz'},
24 AUTHOR => q(Wakaba <w@suika.fam.cx>),
25 );

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24