diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-10 11:59:49 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-10 11:59:49 +0000 |
commit | f113853c60df5990986509307e893dfae745422a (patch) | |
tree | e8c23317435ffe57baf8fe21111fc1ddb66ae5eb /www/mod_perl/Makefile | |
parent | 33363cb19420d0a6d59d46ee6d2e185b65f3a17b (diff) |
Notes
Diffstat (limited to 'www/mod_perl/Makefile')
-rw-r--r-- | www/mod_perl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/mod_perl/Makefile b/www/mod_perl/Makefile index e73f4c927fa0..7f897c3851aa 100644 --- a/www/mod_perl/Makefile +++ b/www/mod_perl/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mod_perl -PORTVERSION= 1.27 -PORTREVISION= 1 +PORTVERSION= 1.28 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -29,7 +28,7 @@ MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \ Apache::Registry.3 Apache::SizeLimit.3 \ Apache::Status.3 Apache::Symbol.3 Apache::Symdump.3 \ Apache::Table.3 Apache::URI.3 Apache::Util.3 \ - Apache::httpd_conf.3 Apache::src.3 Apache::test.3 \ + Apache::httpd_conf.3 Apache::src.3 Apache::testold.3 \ Bundle::Apache.3 \ Apache::Debug.3 mod_perl.3 Apache::SIG.3 Apache::Resource.3 \ Apache::RegistryLoader.3 Apache::StatINC.3 Apache::Include.3 \ |