diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-11-06 16:47:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-11-06 16:47:17 +0000 |
commit | 108988b4616ebbd928c2f66165664aaa242cbba6 (patch) | |
tree | 9d741932c04ee609fb1e5f3d6578162af4b17d76 /misc/p5-Geo-Coder-OpenCage/Makefile | |
parent | 22176d6d79879b278b42cde0380e42b48a4acc2f (diff) |
Notes
Diffstat (limited to 'misc/p5-Geo-Coder-OpenCage/Makefile')
-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 d9814510fbdd..f3ced45ef4b0 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> |