Index: head/devel/p5-Test-Moose-More/Makefile =================================================================== --- head/devel/p5-Test-Moose-More/Makefile (revision 434780) +++ head/devel/p5-Test-Moose-More/Makefile (revision 434781) @@ -1,31 +1,35 @@ # $FreeBSD$ PORTNAME= Test-Moose-More -PORTVERSION= 0.038 -PORTREVISION= 1 +PORTVERSION= 0.043 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= More tools for testing Moose packages LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Data-OptList>=0:devel/p5-Data-OptList \ p5-Moose>=0:devel/p5-Moose \ p5-Sub-Exporter-Progressive>=0:devel/p5-Sub-Exporter-Progressive \ p5-Syntax-Keyword-Junction>=0:devel/p5-Syntax-Keyword-Junction RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Perl-Version>=0:devel/p5-Perl-Version \ - p5-TAP-SimpleOutput>=0.002:devel/p5-TAP-SimpleOutput \ - p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \ - p5-aliased>=0:devel/p5-aliased \ +TEST_DEPENDS= p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \ p5-namespace-autoclean>=0:devel/p5-namespace-autoclean +# p5-TAP-SimpleOutput>=0.009:devel/p5-TAP-SimpleOutput NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 502501 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils +.endif + +.include Index: head/devel/p5-Test-Moose-More/distinfo =================================================================== --- head/devel/p5-Test-Moose-More/distinfo (revision 434780) +++ head/devel/p5-Test-Moose-More/distinfo (revision 434781) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466791763 -SHA256 (Test-Moose-More-0.038.tar.gz) = b0a47db90fa1a4affae61c021aaeee5069618976484cca90d5932e53a691bea6 -SIZE (Test-Moose-More-0.038.tar.gz) = 44526 +TIMESTAMP = 1488010818 +SHA256 (Test-Moose-More-0.043.tar.gz) = 0a09255946d2f463cb53a53186451305a4fdea6c1b9bb4287044997b5f9ea9b5 +SIZE (Test-Moose-More-0.043.tar.gz) = 50128 Index: head/devel/p5-Test-Moose-More/pkg-plist =================================================================== --- head/devel/p5-Test-Moose-More/pkg-plist (revision 434780) +++ head/devel/p5-Test-Moose-More/pkg-plist (revision 434781) @@ -1,2 +1,4 @@ %%SITE_PERL%%/Test/Moose/More.pm +%%SITE_PERL%%/Test/Moose/More/Utils.pm %%PERL5_MAN3%%/Test::Moose::More.3.gz +%%PERL5_MAN3%%/Test::Moose::More::Utils.3.gz