diff -ruN --exclude=CVS /usr/ports/www/mod_perl2.old/Makefile /usr/ports/www/mod_perl2/Makefile --- /usr/ports/www/mod_perl2.old/Makefile Wed Nov 5 09:23:37 2003 +++ /usr/ports/www/mod_perl2/Makefile Wed Nov 5 09:27:41 2003 @@ -51,5 +51,6 @@ ${MKDIR} ${PREFIX}/libexec/apache2 ${INSTALL_PROGRAM} ${WRKSRC}/src/modules/perl/mod_perl.so \ ${PREFIX}/libexec/apache2/mod_perl.so + ${CAT} ${PKGMESSAGE} .include diff -ruN --exclude=CVS /usr/ports/www/mod_perl2.old/pkg-message /usr/ports/www/mod_perl2/pkg-message --- /usr/ports/www/mod_perl2.old/pkg-message Wed Dec 31 16:00:00 1969 +++ /usr/ports/www/mod_perl2/pkg-message Wed Nov 5 09:38:08 2003 @@ -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 + +######################################################### +