diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-23 08:13:38 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-23 08:13:38 +0000 |
commit | f0e8694085c8947da318fef8ca0aed9d4fbb24b7 (patch) | |
tree | bef3e8bf4a6e6803e2ea97a9cebc8d9dc9b113fc /www/p5-Apache-AuthenCache/files/patch-Makefile.PL | |
parent | - update 3.0.12 (diff) |
- update to 1.00
- make it run with mod_perl2
Approved by: co-mentor (vanilla)
Notes
Notes:
svn path=/head/; revision=120019
Diffstat (limited to 'www/p5-Apache-AuthenCache/files/patch-Makefile.PL')
-rw-r--r-- | www/p5-Apache-AuthenCache/files/patch-Makefile.PL | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/p5-Apache-AuthenCache/files/patch-Makefile.PL b/www/p5-Apache-AuthenCache/files/patch-Makefile.PL new file mode 100644 index 000000000000..3196bdbba425 --- /dev/null +++ b/www/p5-Apache-AuthenCache/files/patch-Makefile.PL @@ -0,0 +1,16 @@ +--- 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', }, + ); |