diff options
Diffstat (limited to 'www/mod_perl')
-rw-r--r-- | www/mod_perl/Makefile | 5 |
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 \ |