diff options
-rw-r--r-- | devel/p5-Any-Moose-Convert/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/p5-Any-Moose-Convert/Makefile b/devel/p5-Any-Moose-Convert/Makefile index 778c88f8e502..a62a4fbc1ac6 100644 --- a/devel/p5-Any-Moose-Convert/Makefile +++ b/devel/p5-Any-Moose-Convert/Makefile @@ -7,6 +7,7 @@ PORTNAME= Any-Moose-Convert PORTVERSION= 0.004 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +17,7 @@ COMMENT= Convert Moose libraries to Mouse ones, or vice versa BUILD_DEPENDS= p5-PerlIO-Util>=0:${PORTSDIR}/devel/p5-PerlIO-Util RUN_DEPENDS= p5-PerlIO-Util>=0:${PORTSDIR}/devel/p5-PerlIO-Util + TEST_DEPENDS= p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose \ p5-Mouse>=0.40:${PORTSDIR}/devel/p5-Mouse @@ -25,10 +27,6 @@ MAN3= Any::Moose::Convert.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - .if ${PERL_LEVEL} < 501001 TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple .endif |