Apache2-WebApp-Extra-Admin

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use ExtUtils::MakeMaker;

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile(
    NAME         => 'Apache2::WebApp::Extra::Admin',
    VERSION_FROM => 'lib/Apache2/WebApp/Extra/Admin.pm', # finds \$VERSION
    AUTHOR       => 'Marc S. Brooks (mbrooks@cpan.org)',
    PREREQ_PM    => {
       'Apache2::WebApp'                   => 0.39,
       'Apache2::WebApp::Plugin::DateTime' => 0.06,
       'Apache2::WebApp::Plugin::DBI'      => 0.09,
       'Apache::Htpasswd'                  => 1.8,
       'Params::Validate'                  => 0,
    }
  );

# Install build script template dependencies (non-standard way)
sub MY::postamble {
'
install::
	cp -rv usr/share/webapp-toolkit/extra* $(PREFIX)/share/webapp-toolkit
';
}



( run in 1.224 second using v1.01-cache-2.11-cpan-39bf76dae61 )