diff options
-rw-r--r-- | devel/p5-Path-Tiny/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/p5-Path-Tiny/Makefile b/devel/p5-Path-Tiny/Makefile index 1406becfe1b1..8cf7217a03df 100644 --- a/devel/p5-Path-Tiny/Makefile +++ b/devel/p5-Path-Tiny/Makefile @@ -20,11 +20,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools -RUN_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |