diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-07 00:47:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-07 00:47:17 +0800 |
commit | d83879e9270232b75b7bdc394355a4fdb031371a (patch) | |
tree | 9d741932c04ee609fb1e5f3d6578162af4b17d76 /misc | |
parent | 680231b92ab2d2ea65ebd26c72cda67a6b95ff35 (diff) | |
download | freebsd-ports-graphics-d83879e9270232b75b7bdc394355a4fdb031371a.tar.gz freebsd-ports-graphics-d83879e9270232b75b7bdc394355a4fdb031371a.tar.zst freebsd-ports-graphics-d83879e9270232b75b7bdc394355a4fdb031371a.zip |
- Remove outdated PERL_LEVEL check
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Geo-Coder-OpenCage/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/misc/p5-Geo-Coder-OpenCage/Makefile b/misc/p5-Geo-Coder-OpenCage/Makefile index d9814510fbd..f3ced45ef4b 100644 --- a/misc/p5-Geo-Coder-OpenCage/Makefile +++ b/misc/p5-Geo-Coder-OpenCage/Makefile @@ -25,13 +25,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-HTTP-Tiny>=0.028:www/p5-HTTP-Tiny \ - p5-Pod-Perldoc>=3.21:textproc/p5-Pod-Perldoc -RUN_DEPENDS+= p5-HTTP-Tiny>=0.028:www/p5-HTTP-Tiny \ - p5-Pod-Perldoc>=3.21:textproc/p5-Pod-Perldoc -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |