View | Details | Raw Unified | Return to bug 58975
Collapse All | Expand All

(-)/usr/ports/www/mod_perl2/Makefile (+1 lines)
Lines 51-55 Link Here
51
	${MKDIR} ${PREFIX}/libexec/apache2
51
	${MKDIR} ${PREFIX}/libexec/apache2
52
	${INSTALL_PROGRAM} ${WRKSRC}/src/modules/perl/mod_perl.so \
52
	${INSTALL_PROGRAM} ${WRKSRC}/src/modules/perl/mod_perl.so \
53
		${PREFIX}/libexec/apache2/mod_perl.so
53
		${PREFIX}/libexec/apache2/mod_perl.so
54
	${CAT} ${PKGMESSAGE}
54
55
55
.include <bsd.port.post.mk>
56
.include <bsd.port.post.mk>
(-)/usr/ports/www/mod_perl2/pkg-message (+18 lines)
Line 0 Link Here
1
2
#########################################################
3
4
Enable mod_perl built as DSO, by adding to httpd.conf:
5
6
  LoadModule perl_module modules/mod_perl.so
7
8
Next, tell Perl where to find mod_perl2 libraries:
9
10
  PerlModule Apache2
11
12
There are many other configuration options which you can
13
find in the configuration manual:
14
15
  http://perl.apache.org/docs/2.0/user/config/config.html
16
17
#########################################################
18

Return to bug 58975