summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-05 22:18:44 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-05 22:18:44 +0000
commitf1a86569aa06730f58e02dd595c4085df4a332f6 (patch)
tree73f44ccbc28497906a0e3705e4b208b91c4ad08b
parentFix the build with WITH_ASM68K=yes option (diff)
- Add pkg-message
PR: 58975 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=93195
-rw-r--r--www/mod_perl2/Makefile1
-rw-r--r--www/mod_perl2/pkg-message18
2 files changed, 19 insertions, 0 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile
index 853be43abb06..169cc60d6d72 100644
--- a/www/mod_perl2/Makefile
+++ b/www/mod_perl2/Makefile
@@ -51,5 +51,6 @@ post-install:
${MKDIR} ${PREFIX}/libexec/apache2
${INSTALL_PROGRAM} ${WRKSRC}/src/modules/perl/mod_perl.so \
${PREFIX}/libexec/apache2/mod_perl.so
+ ${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/www/mod_perl2/pkg-message b/www/mod_perl2/pkg-message
new file mode 100644
index 000000000000..a3d18f4bc4e0
--- /dev/null
+++ b/www/mod_perl2/pkg-message
@@ -0,0 +1,18 @@
+
+#########################################################
+
+Enable mod_perl built as DSO, by adding to httpd.conf:
+
+ LoadModule perl_module modules/mod_perl.so
+
+Next, tell Perl where to find mod_perl2 libraries:
+
+ PerlModule Apache2
+
+There are many other configuration options which you can
+find in the configuration manual:
+
+ http://perl.apache.org/docs/2.0/user/config/config.html
+
+#########################################################
+