aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-01-01 03:11:57 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-01-01 03:11:57 +0800
commitcbb2575c86896d99b5d782aa094ad108331fd6b0 (patch)
tree4e7ad2e4be2d1c60c935b56cda49dc728c1117e4 /misc
parent1c4fc43a663bcf9817534b72c9112633c7c4b937 (diff)
downloadfreebsd-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/Makefile11
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>