diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-23 14:58:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-23 14:58:24 +0800 |
commit | 3b316dc47aebc370706f8bc19ea08335c52901d8 (patch) | |
tree | f4b49b39cb64796defa7152be3286fdb6fbe2ce8 | |
parent | 51eed27079036bc79981060f7aa333583b712c74 (diff) | |
download | freebsd-ports-graphics-3b316dc47aebc370706f8bc19ea08335c52901d8.tar.gz freebsd-ports-graphics-3b316dc47aebc370706f8bc19ea08335c52901d8.tar.zst freebsd-ports-graphics-3b316dc47aebc370706f8bc19ea08335c52901d8.zip |
- Remove outdated PERL_LEVEL check
With hat: perl
-rw-r--r-- | devel/p5-App-Cmd/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/p5-App-Cmd/Makefile b/devel/p5-App-Cmd/Makefile index d756f559774..c8904a4cb9c 100644 --- a/devel/p5-App-Cmd/Makefile +++ b/devel/p5-App-Cmd/Makefile @@ -32,11 +32,4 @@ USES= perl5 USE_PERL5= configure NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-Getopt-Long>=2.39:devel/p5-Getopt-Long -RUN_DEPENDS+= p5-Getopt-Long>=2.39:devel/p5-Getopt-Long -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |