Date: Fri, 2 Jun 2017 15:39:28 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442392 - head/net-mgmt/cricket Message-ID: <201706021539.v52FdSfd094676@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jun 2 15:39:28 2017 New Revision: 442392 URL: https://svnweb.freebsd.org/changeset/ports/442392 Log: Remove outdated PERL_LEVEL check - Sort RUN_DEPENDS Modified: head/net-mgmt/cricket/Makefile Modified: head/net-mgmt/cricket/Makefile ============================================================================== --- head/net-mgmt/cricket/Makefile Fri Jun 2 15:39:23 2017 (r442391) +++ head/net-mgmt/cricket/Makefile Fri Jun 2 15:39:28 2017 (r442392) @@ -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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} >= 502200 -RUN_DEPENDS+= p5-CGI>0:www/p5-CGI -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706021539.v52FdSfd094676>