diff options
Diffstat (limited to 'devel/p5-perlbrew/Makefile')
-rw-r--r-- | devel/p5-perlbrew/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/p5-perlbrew/Makefile b/devel/p5-perlbrew/Makefile index 51d0b0623d36..9ec696e2d4c9 100644 --- a/devel/p5-perlbrew/Makefile +++ b/devel/p5-perlbrew/Makefile @@ -29,10 +29,4 @@ TEST_DEPENDS= p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \ USES= perl5 USE_PERL5= configure -.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> |