aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Reporter/Makefile
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2008-06-03 10:44:07 +0000
committerLars Thegler <lth@FreeBSD.org>2008-06-03 10:44:07 +0000
commitd7a88db0b6bdb91ae70d1ff65c1941c347eeac3c (patch)
tree2d75f9c057f13710710c9e2466d463468bf8ab48 /devel/p5-Test-Reporter/Makefile
parenta7402bf80ead62ea178522cc0eb1e9bfc18a4882 (diff)
downloadports-d7a88db0b6bdb91ae70d1ff65c1941c347eeac3c.tar.gz
ports-d7a88db0b6bdb91ae70d1ff65c1941c347eeac3c.zip
Notes
Diffstat (limited to 'devel/p5-Test-Reporter/Makefile')
-rw-r--r--devel/p5-Test-Reporter/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/devel/p5-Test-Reporter/Makefile b/devel/p5-Test-Reporter/Makefile
index ed72e0f6c470..606e5c67cda9 100644
--- a/devel/p5-Test-Reporter/Makefile
+++ b/devel/p5-Test-Reporter/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= Test-Reporter
-PORTVERSION= 1.38
+PORTVERSION= 1.40.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= lth@FreeBSD.org
COMMENT= Sends test results to cpan-testers@perl.org
@@ -23,6 +23,12 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN1= cpantest.1
-MAN3= Test::Reporter.3
+MAN3= Test::Reporter.3 \
+ Test::Reporter::Transport.3 \
+ Test::Reporter::Transport::File.3 \
+ Test::Reporter::Transport::HTTPGateway.3 \
+ Test::Reporter::Transport::Mail::Send.3 \
+ Test::Reporter::Transport::Net::SMTP.3 \
+ Test::Reporter::Transport::Net::SMTP::TLS.3
.include <bsd.port.mk>