diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 03:11:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 03:11:57 +0800 |
commit | cbb2575c86896d99b5d782aa094ad108331fd6b0 (patch) | |
tree | 4e7ad2e4be2d1c60c935b56cda49dc728c1117e4 /misc | |
parent | 1c4fc43a663bcf9817534b72c9112633c7c4b937 (diff) | |
download | freebsd-ports-gnome-cbb2575c86896d99b5d782aa094ad108331fd6b0.tar.gz freebsd-ports-gnome-cbb2575c86896d99b5d782aa094ad108331fd6b0.tar.zst freebsd-ports-gnome-cbb2575c86896d99b5d782aa094ad108331fd6b0.zip |
Remove outdated PERL_LEVEL check after lang/perl5.18 removal
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 9a8febb26c44..f54512254e4b 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> |