Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2015 22:25:26 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383889 - head/net-mgmt/smokeping
Message-ID:  <201504122225.t3CMPQXY053069@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sun Apr 12 22:25:25 2015
New Revision: 383889
URL: https://svnweb.freebsd.org/changeset/ports/383889

Log:
  CGI::* was removed in Perl 5.21.0
  
  With hat:	perl@
  Sponsored by:	Absolight

Modified:
  head/net-mgmt/smokeping/Makefile

Modified: head/net-mgmt/smokeping/Makefile
==============================================================================
--- head/net-mgmt/smokeping/Makefile	Sun Apr 12 22:19:22 2015	(r383888)
+++ head/net-mgmt/smokeping/Makefile	Sun Apr 12 22:25:25 2015	(r383889)
@@ -89,6 +89,11 @@ RUN_DEPENDS+=	p5-Net-DNS>=0:${PORTSDIR}/
 
 .include <bsd.port.pre.mk>
 
+.if ${PERL_LEVEL} >= 502100
+BUILD_DEPENDS+=	p5-CGI-Fast>=0:${PORTSDIR}/www/p5-CGI-Fast
+RUN_DEPENDS+=	p5-CGI-Fast>=0:${PORTSDIR}/www/p5-CGI-Fast
+.endif
+
 # We will take these from CPAN instead
 post-extract:
 	cd ${WRKSRC}/lib ; ${RM} BER.pm SNMP_util.pm SNMP_Session.pm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504122225.t3CMPQXY053069>