aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Simple/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-09-26 04:12:31 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-09-26 04:12:31 +0000
commit7e0a7f2beea365a296f0ae411b635d1b5086c7ee (patch)
tree0821eb4c7e87fe4a93515b573f985f8b9af46310 /devel/p5-Test-Simple/Makefile
parentebf7e2fe4c59c3b9fee4649cfc1af236c9c142de (diff)
downloadports-7e0a7f2beea365a296f0ae411b635d1b5086c7ee.tar.gz
ports-7e0a7f2beea365a296f0ae411b635d1b5086c7ee.zip
- update to 0.61
Notes
Notes: svn path=/head/; revision=143561
Diffstat (limited to 'devel/p5-Test-Simple/Makefile')
-rw-r--r--devel/p5-Test-Simple/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile
index 215edb2eea7d..ae4f4b7c02ed 100644
--- a/devel/p5-Test-Simple/Makefile
+++ b/devel/p5-Test-Simple/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Test-Simple
-PORTVERSION= 0.60
+PORTVERSION= 0.61
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
@@ -20,6 +20,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= Test::Builder.3 Test::More.3 Test::Simple.3 Test::Tutorial.3
+MAN3= Test::Builder.3 Test::More.3 Test::Simple.3 Test::Tutorial.3 \
+ Test::Builder::Module.3
.include <bsd.port.mk>