From ef28777df22846cd73457af02803fb7866459910 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Jun 2017 15:39:28 +0000 Subject: [PATCH] Remove outdated PERL_LEVEL check - Sort RUN_DEPENDS --- net-mgmt/cricket/Makefile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/net-mgmt/cricket/Makefile b/net-mgmt/cricket/Makefile index c47db8d71b70..52202b50cff2 100644 --- a/net-mgmt/cricket/Makefile +++ b/net-mgmt/cricket/Makefile @@ -11,9 +11,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= High performance, flexible monitoring system RUN_DEPENDS= rrdtool>=0:databases/rrdtool \ - p5-libwww>=0:www/p5-libwww \ + p5-CGI>0:www/p5-CGI \ p5-SNMP_Session>=0:net-mgmt/p5-SNMP_Session \ - p5-TimeDate>=0:devel/p5-TimeDate + p5-TimeDate>=0:devel/p5-TimeDate \ + p5-libwww>=0:www/p5-libwww USES= perl5 shebangfix SHEBANG_FILES= util/metaQuery.pl @@ -48,10 +49,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/cricket-conf.pl.sample \ ${STAGEDIR}${PREFIX}/etc/cricket-conf.pl.dist -.include - -.if ${PERL_LEVEL} >= 502200 -RUN_DEPENDS+= p5-CGI>0:www/p5-CGI -.endif - -.include +.include