svn commit: r442392 - head/net-mgmt/cricket

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 2 15:39:29 UTC 2017


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 at 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>


More information about the svn-ports-all mailing list