diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-08-06 03:08:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-08-06 03:08:19 +0800 |
commit | 5484bfa3c65d9e964f74ba4b99641d1e518280a6 (patch) | |
tree | cff10982e022885bd164938ea78b35c473441931 /net | |
parent | 92a0cfe397657f7dffba1976072bd407eadc2fcc (diff) | |
download | freebsd-ports-gnome-5484bfa3c65d9e964f74ba4b99641d1e518280a6.tar.gz freebsd-ports-gnome-5484bfa3c65d9e964f74ba4b99641d1e518280a6.tar.zst freebsd-ports-gnome-5484bfa3c65d9e964f74ba4b99641d1e518280a6.zip |
Remove outdated PERL_LEVEL check
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Frame/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net/p5-Net-Frame/Makefile b/net/p5-Net-Frame/Makefile index 338f8b636c26..c9b7c05983e5 100644 --- a/net/p5-Net-Frame/Makefile +++ b/net/p5-Net-Frame/Makefile @@ -23,11 +23,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502400 -BUILD_DEPENDS+= p5-Socket>=2.019:net/p5-Socket -RUN_DEPENDS+= p5-Socket>=2.019:net/p5-Socket -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |