diff options
Diffstat (limited to 'net/p5-Net-SSH-Expect')
-rw-r--r-- | net/p5-Net-SSH-Expect/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net/p5-Net-SSH-Expect/Makefile b/net/p5-Net-SSH-Expect/Makefile index 2983cd34de65..51d420b12f6d 100644 --- a/net/p5-Net-SSH-Expect/Makefile +++ b/net/p5-Net-SSH-Expect/Makefile @@ -18,14 +18,8 @@ COMMENT= SSH wrapper to execute remote commands RUN_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ MAN3= Net::SSH::Expect.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -IGNORE= requires perl 5.8.0 due to dependency. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |