diff options
author | krion <krion@FreeBSD.org> | 2003-11-06 06:18:44 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-06 06:18:44 +0800 |
commit | 96c7cef039cd892ecc34c2a43cc138bb35196c0f (patch) | |
tree | df29b0583ac7f70928af38c5deb0bd71df5747bc /www/mod_perl2 | |
parent | 91e2934eadc42d7bbdc6828ea43d187beeccb79a (diff) | |
download | freebsd-ports-graphics-96c7cef039cd892ecc34c2a43cc138bb35196c0f.tar.gz freebsd-ports-graphics-96c7cef039cd892ecc34c2a43cc138bb35196c0f.tar.zst freebsd-ports-graphics-96c7cef039cd892ecc34c2a43cc138bb35196c0f.zip |
- Add pkg-message
PR: 58975
Submitted by: maintainer
Diffstat (limited to 'www/mod_perl2')
-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 853be43abb0..169cc60d6d7 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 00000000000..a3d18f4bc4e --- /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 + +######################################################### + |