diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-02 15:38:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-02 15:38:54 +0000 |
commit | 0800c63934eec21f32006a87c2b1cc9c2d6c4c43 (patch) | |
tree | 3cd9958f959733f31ca63b4bf02d6e2daaed2b3f /net/p5-Net | |
parent | c559f39a4f7a1a6f2e0ecece7025fb413f16902e (diff) |
Remove outdated PERL_LEVEL check
Notes
Notes:
svn path=/head/; revision=442385
Diffstat (limited to 'net/p5-Net')
-rw-r--r-- | net/p5-Net/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index a75731a60d20..65c987179f3d 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -32,11 +32,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-Socket>=2.016:net/p5-Socket -RUN_DEPENDS+= p5-Socket>=2.016:net/p5-Socket -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |