# $Id$ use strict; use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'ezmlm-web', 'AUTHOR' => 'Lars Kruse ', 'VERSION_FROM' => 'ezmlm-web.cgi', # finds $VERSION 'DISTNAME' => 'ezmlm-web', 'PREREQ_PM' => { 'Mail::Ezmlm' => 0.07, 'Mail::Address' => 1.15, 'CGI' => 2.6, 'CGI::Carp' => 1.06, 'DB_File' => 1.65, 'Getopt::Std' => 1.0, 'File::Find' => 0.0, 'File::Copy' => 2.02, 'File::Path' => 1.07, 'Text::ParseWords' => 3.0 }, 'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz' } ); sub MY::postamble { my ($self, $datadir) = @_; my $SHAREDIR = "\$(DESTINSTALLSHARE)/$self->{NAME}"; return <