summaryrefslogtreecommitdiff
path: root/www/mod_perl
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2006-09-08 10:43:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2006-09-08 10:43:15 +0000
commitfc1b9bea824a167aa11dc1305ed5dcf456a64353 (patch)
treec065842fd58431b0c432b1c3c3ee97160e517b33 /www/mod_perl
parent- Work around an inability of rc.subr's _find_processes() to work with (diff)
Looks like perl 5.6.2 is less dumber not installing *Config* files, so add this
there too.
Diffstat (limited to 'www/mod_perl')
-rw-r--r--www/mod_perl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_perl/Makefile b/www/mod_perl/Makefile
index 680c1256976a..0d078b2c6bfc 100644
--- a/www/mod_perl/Makefile
+++ b/www/mod_perl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mod_perl
PORTVERSION= 1.29
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
@@ -52,7 +52,7 @@ CFLAGS+= -DAPACHE6
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} >= 500800
+.if ${PERL_LEVEL} >= 500602
MAN3+= Apache::MyConfig.3
.endif