Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2013 09:23:18 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324182 - head/security/regripper
Message-ID:  <201308030923.r739NI1j054031@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Aug  3 09:23:18 2013
New Revision: 324182
URL: http://svnweb.freebsd.org/changeset/ports/324182

Log:
  Convert regripper to USES=perl5

Modified:
  head/security/regripper/Makefile

Modified: head/security/regripper/Makefile
==============================================================================
--- head/security/regripper/Makefile	Sat Aug  3 08:45:51 2013	(r324181)
+++ head/security/regripper/Makefile	Sat Aug  3 09:23:18 2013	(r324182)
@@ -18,7 +18,8 @@ RUN_DEPENDS=	p5-Parse-Win32Registry>=0:$
 NO_WRKSUBDIR=	yes
 USE_DOS2UNIX=	yes
 NO_BUILD=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 PLIST_FILES=	bin/rip.pl
 
 post-patch:



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