diff options
-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> |