6a7189eebe
- apply kuriyama's modified patch to www/p5-MasonX-Apche2Handler. PR: ports/72037 Submitted by: maintainer (Autrijus Tang <autrijus AT not.autrijus dot org>) Reviewed by: kuriyama Approved by: co-mentor (vanilla)
12 lines
355 B
Perl
12 lines
355 B
Perl
--- Makefile.PL.orig Thu Sep 23 18:16:48 2004
|
|
+++ Makefile.PL Thu Sep 23 18:17:14 2004
|
|
@@ -14,6 +14,9 @@
|
|
*EOF*
|
|
sleep 3;
|
|
|
|
+# Detect PREREQ_PM if they are installed in Apache2/.
|
|
+eval { require Apache2 };
|
|
+
|
|
WriteMakefile(
|
|
NAME => 'MasonX::Apache2Handler',
|
|
VERSION_FROM => 'lib/MasonX/Apache2Handler.pm', # finds $VERSION
|