svn commit: r383889 - head/net-mgmt/smokeping
Mathieu Arnold
mat at FreeBSD.org
Sun Apr 12 22:25:27 UTC 2015
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
More information about the svn-ports-head
mailing list