aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-09-02 09:58:25 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-09-02 09:58:25 +0000
commit0dbcb6c95f6449e0898e3b1708872995f97c9ac0 (patch)
treee97c0c671b037a3d987c8d22bb919b9da212dc27
parent3e5618dc5e9859abc5d98cab6624015592aaba97 (diff)
downloadports-0dbcb6c95f6449e0898e3b1708872995f97c9ac0.tar.gz
ports-0dbcb6c95f6449e0898e3b1708872995f97c9ac0.zip
Notes
-rw-r--r--www/mod_perl/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_perl/Makefile b/www/mod_perl/Makefile
index 0d196c266410..c668940069ed 100644
--- a/www/mod_perl/Makefile
+++ b/www/mod_perl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mod_perl
PORTVERSION= 1.29
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
@@ -46,6 +47,10 @@ CFLAGS+= -DAPACHE6
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} >= 500800
+MAN3+= Apache::MyConfig.3
+.endif
+
post-install:
${MKDIR} ${PREFIX}/include/apache/modules/perl
${INSTALL_DATA} ${WRKSRC}/src/modules/perl/*.h \