diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-21 07:31:59 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-21 07:31:59 +0000 |
commit | 3bf12d8ef88c03e2adc8b6c3b5c9ce249339094a (patch) | |
tree | d55dc037d22dc91ef16edad6f23ca1f2baf461a7 /www/mod_perl2/Makefile | |
parent | a9f8ca228286c757f6a198120e893cb34f4a1159 (diff) | |
download | ports-3bf12d8ef88c03e2adc8b6c3b5c9ce249339094a.tar.gz ports-3bf12d8ef88c03e2adc8b6c3b5c9ce249339094a.zip |
Notes
Diffstat (limited to 'www/mod_perl2/Makefile')
-rw-r--r-- | www/mod_perl2/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index 44378fa82e7d..337877356ae5 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_perl -PORTVERSION= 1.99r09 +PORTVERSION= 1.99r10 CATEGORIES= www perl5 MASTER_SITES= http://perl.apache.org/dist/ \ http://perl.apache.org/dist/old/ @@ -24,9 +24,10 @@ USE_PERL5= YES INSTALLS_SHLIB= YES LDCONFIG_DIRS= %%PREFIX%%/libexec/apache2/ -MAN3= Apache::Build.3 Apache::Test.3 Apache::TestSmoke.3 \ - Apache::TestTrace.3 Apache::TestUtil.3 Bundle::Apache2.3 \ - Bundle::ApacheTest.3 ModPerl::Code.3 +MAN3= Apache::TestRequest.3 Apache::TestSmoke.3 Apache::TestRun.3 \ + Apache::TestTrace.3 Apache::TestMM.3 Bundle::ApacheTest.3 \ + Apache::Test.3 Apache::TestUtil.3 Apache::Build.3 \ + Bundle::Apache2.3 ModPerl::Code.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} APACHE2_PORT?= ${PORTSDIR}/www/apache2 |