Codebase list libapache2-sitecontrol-perl / 22ae4c90-86c4-4b82-83ba-15b6ac450854/main Makefile.PL
22ae4c90-86c4-4b82-83ba-15b6ac450854/main

Tree @22ae4c90-86c4-4b82-83ba-15b6ac450854/main (Download .tar.gz)

Makefile.PL @22ae4c90-86c4-4b82-83ba-15b6ac450854/mainraw · history · blame

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::SiteControl',
    VERSION             => '1.05',
    PREREQ_PM           => { Apache2::AuthCookie => 3.08,
                             Apache::Session::File => 1.54,
                             Apache2::Request => 2.05,
                             Crypt::CBC => 2.14,
                             Crypt::CAST5 => 0.04,
                             # Authen::Radius => 0.10, optional
                           }, # e.g., Module::Name => 1.1
    ABSTRACT            => 'An object-oriented, fine-grained site access control facility',
    AUTHOR              => 'Tony Kay <tkay@uoregon.edu>',
);