summaryrefslogtreecommitdiff
path: root/www/mod_perl2/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_perl2/files')
-rw-r--r--www/mod_perl2/files/260_mod_perl.conf.sample.in9
-rw-r--r--www/mod_perl2/files/patch-Makefile.PL6
-rw-r--r--www/mod_perl2/files/pkg-message.in7
3 files changed, 15 insertions, 7 deletions
diff --git a/www/mod_perl2/files/260_mod_perl.conf.sample.in b/www/mod_perl2/files/260_mod_perl.conf.sample.in
new file mode 100644
index 000000000000..d4879bdd6e17
--- /dev/null
+++ b/www/mod_perl2/files/260_mod_perl.conf.sample.in
@@ -0,0 +1,9 @@
+## $FreeBSD$
+## vim: set filetype=apache:
+##
+## module file for mod_perl
+##
+## PROVIDE: mod_perl
+## REQUIRE:
+
+#LoadModule perl_module %%APACHEMODDIR%%/mod_perl.so
diff --git a/www/mod_perl2/files/patch-Makefile.PL b/www/mod_perl2/files/patch-Makefile.PL
index 9237d91cbe6a..868440ff5b52 100644
--- a/www/mod_perl2/files/patch-Makefile.PL
+++ b/www/mod_perl2/files/patch-Makefile.PL
@@ -1,6 +1,6 @@
---- m Wed May 18 11:55:48 2005
-+++ Makefile.PL Wed May 18 11:56:07 2005
-@@ -668,11 +668,11 @@
+--- Makefile.PL.orig 2015-05-13 19:26:43 UTC
++++ Makefile.PL
+@@ -731,11 +731,11 @@ modperl_lib:
cd "$(MODPERL_SRC)" && $(MAKE)
modperl_lib_install:
diff --git a/www/mod_perl2/files/pkg-message.in b/www/mod_perl2/files/pkg-message.in
index 0a041970f33c..3275782bc87e 100644
--- a/www/mod_perl2/files/pkg-message.in
+++ b/www/mod_perl2/files/pkg-message.in
@@ -13,8 +13,7 @@ or online:
http://perl.apache.org/docs/2.0/user/intro/start_fast.html
-%AP24% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-%AP24% Use this mod_perl2 version at own risk, it is a current
-%AP24% development snapshot and not marked production ready!
-%AP24% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+The module can be enabled in
+ %%APACHEETCDIR%%/modules.d/260_mod_perl.conf
+
===================================================================