svn commit: r324050 - head/net/p5-Net-SSH2

Philippe Audeoud jadawin at FreeBSD.org
Wed Jul 31 13:21:37 UTC 2013


Author: jadawin
Date: Wed Jul 31 13:21:36 2013
New Revision: 324050
URL: http://svnweb.freebsd.org/changeset/ports/324050

Log:
  - Really use new perl5 framework correctly.

Modified:
  head/net/p5-Net-SSH2/Makefile

Modified: head/net/p5-Net-SSH2/Makefile
==============================================================================
--- head/net/p5-Net-SSH2/Makefile	Wed Jul 31 13:18:37 2013	(r324049)
+++ head/net/p5-Net-SSH2/Makefile	Wed Jul 31 13:21:36 2013	(r324050)
@@ -16,7 +16,7 @@ LICENSE_COMB=	dual
 LIB_DEPENDS=	ssh2.1:${PORTSDIR}/security/libssh2
 
 USES=	perl5
-USE_PERL=	configure
+USE_PERL5=	configure
 
 MAN3=		Net::SSH2.3 Net::SSH2::Channel.3 \
 		Net::SSH2::Dir.3 Net::SSH2::File.3 \


More information about the svn-ports-all mailing list