aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Log-Any/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Log-Any/Makefile')
-rw-r--r--devel/p5-Log-Any/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Log-Any/Makefile b/devel/p5-Log-Any/Makefile
index f9021cc9350b..85f435945b8f 100644
--- a/devel/p5-Log-Any/Makefile
+++ b/devel/p5-Log-Any/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Log-Any
-PORTVERSION= 0.06
+PORTVERSION= 0.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,6 +17,7 @@ COMMENT= Perl extension to bring loggers and listeners together
PERL_CONFIGURE= yes
MAN3= Log::Any.3 \
- Log::Any::Adapter::Null.3
+ Log::Any::Adapter::Null.3 \
+ Log::Any::Test.3
.include <bsd.port.mk>