aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2009-01-14 23:10:02 +0800
committertobez <tobez@FreeBSD.org>2009-01-14 23:10:02 +0800
commitccb1d65f66075e7914e6a93aa8faa42c02c60746 (patch)
treea28f7a576d5ecd82ba939a5045a4815cf7e94fc7 /www
parent4c9535c4f540fef94493f11944b8f36a16ca6ba7 (diff)
downloadfreebsd-ports-gnome-ccb1d65f66075e7914e6a93aa8faa42c02c60746.tar.gz
freebsd-ports-gnome-ccb1d65f66075e7914e6a93aa8faa42c02c60746.tar.zst
freebsd-ports-gnome-ccb1d65f66075e7914e6a93aa8faa42c02c60746.zip
Fix plist with perl 5.8.9.
Approved by: portmgr (pav, implicit)
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache-Test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile
index ac43af0ce6e9..2ec5d17d20f9 100644
--- a/www/p5-Apache-Test/Makefile
+++ b/www/p5-Apache-Test/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Apache-Test
PORTVERSION= 1.30
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -28,7 +29,8 @@ PERL_CONFIGURE= yes
MAN3= Apache::Test.3 Apache::TestConfig.3 Apache::TestConfigData.3 \
Apache::TestMB.3 Apache::TestMM.3 Apache::TestReport.3 \
Apache::TestRequest.3 Apache::TestRun.3 Apache::TestRunPHP.3 \
- Apache::TestRunPerl.3 Apache::TestSmoke.3 Apache::TestTrace.3 \
+ Apache::TestRunPerl.3 Apache::TestServer.3 \
+ Apache::TestSmoke.3 Apache::TestTrace.3 \
Apache::TestUtil.3 Bundle::ApacheTest.3
.include <bsd.port.mk>