freebsd-ports/www/p5-Apache-AuthenCache/files/patch-Makefile.PL
Cheng-Lung Sung f0e8694085 - update to 1.00
- make it run with mod_perl2

Approved by:	co-mentor (vanilla)
2004-10-23 08:13:38 +00:00

16 lines
534 B
Perl

--- Makefile.PL Sat Oct 23 15:26:40 2004
+++ Makefile.PL Sat Oct 23 15:27:02 2004
@@ -4,10 +4,12 @@
use Config qw(%Config);
use ExtUtils::MakeMaker;
+eval { require Apache2 };
+
WriteMakefile
(
'NAME' => 'Apache::AuthenCache',
'VERSION_FROM' => 'AuthenCache.pm',
- 'PREREQ_PM' => { 'Apache' => '1.26', 'Cache::Cache' => '1.01' },
+ 'PREREQ_PM' => { 'mod_perl' => '1.26', 'Cache::Cache' => '1.01', 'Time::Object' => '0' },
'dist' => { 'COMPRESS' => 'gzip -9f', 'SUFFIX' => 'gz', },
);