diff options
author | mat <mat@FreeBSD.org> | 2015-06-05 22:21:43 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-06-05 22:21:43 +0800 |
commit | aca1319ee5ce214562df92cdf63febf3d60c33d1 (patch) | |
tree | a04b8f019a485579efdde0660a93494c030aaef1 /misc | |
parent | 6a7476a5fb1959e8e57535cf529dc9507e610deb (diff) | |
download | freebsd-ports-gnome-aca1319ee5ce214562df92cdf63febf3d60c33d1.tar.gz freebsd-ports-gnome-aca1319ee5ce214562df92cdf63febf3d60c33d1.tar.zst freebsd-ports-gnome-aca1319ee5ce214562df92cdf63febf3d60c33d1.zip |
Get rid of PERL_LEVEL checks for Perl versions not supported.
Sponsored by: Absolight
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Geo-Coder-OpenCage/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/misc/p5-Geo-Coder-OpenCage/Makefile b/misc/p5-Geo-Coder-OpenCage/Makefile index 0caf86119d5e..956fb2788056 100644 --- a/misc/p5-Geo-Coder-OpenCage/Makefile +++ b/misc/p5-Geo-Coder-OpenCage/Makefile @@ -26,11 +26,6 @@ USES= perl5 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501600 -BUILD_DEPENDS+= p5-Carp>=1.26:${PORTSDIR}/devel/p5-Carp -RUN_DEPENDS+= p5-Carp>=1.26:${PORTSDIR}/devel/p5-Carp -.endif - .if ${PERL_LEVEL} < 502000 BUILD_DEPENDS+= p5-HTTP-Tiny>=0.028:${PORTSDIR}/www/p5-HTTP-Tiny \ p5-Pod-Perldoc>=3.21:${PORTSDIR}/textproc/p5-Pod-Perldoc |