summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-11-05 22:18:44 +0000
committerkrion <krion@FreeBSD.org>2003-11-05 22:18:44 +0000
commit96c7cef039cd892ecc34c2a43cc138bb35196c0f (patch)
treedf29b0583ac7f70928af38c5deb0bd71df5747bc /www
parent91e2934eadc42d7bbdc6828ea43d187beeccb79a (diff)
downloadFreeBSD-ports-96c7cef039cd892ecc34c2a43cc138bb35196c0f.zip
FreeBSD-ports-96c7cef039cd892ecc34c2a43cc138bb35196c0f.tar.gz
- Add pkg-message
PR: 58975 Submitted by: maintainer
Diffstat (limited to 'www')
-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 853be43..169cc60 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 0000000..a3d18f4
--- /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
+
+#########################################################
+
OpenPOWER on IntegriCloud