diff options
Diffstat (limited to 'devel/p5-Test-MockObject/Makefile')
-rw-r--r-- | devel/p5-Test-MockObject/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/p5-Test-MockObject/Makefile b/devel/p5-Test-MockObject/Makefile index 1ebb3314209d..b92d6b5c76c9 100644 --- a/devel/p5-Test-MockObject/Makefile +++ b/devel/p5-Test-MockObject/Makefile @@ -21,10 +21,4 @@ USES= perl5 USE_PERL5= configure INSTALL_TARGET= pure_install -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |