diff options
author | krion <krion@FreeBSD.org> | 2003-11-05 22:18:44 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-05 22:18:44 +0000 |
commit | 96c7cef039cd892ecc34c2a43cc138bb35196c0f (patch) | |
tree | df29b0583ac7f70928af38c5deb0bd71df5747bc /www | |
parent | 91e2934eadc42d7bbdc6828ea43d187beeccb79a (diff) | |
download | FreeBSD-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/Makefile | 1 | ||||
-rw-r--r-- | www/mod_perl2/pkg-message | 18 |
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 + +######################################################### + |