svn commit: r324021 - head/databases/p5-MR-Tarantool

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 31 09:17:36 UTC 2013


Author: bapt
Date: Wed Jul 31 09:17:35 2013
New Revision: 324021
URL: http://svnweb.freebsd.org/changeset/ports/324021

Log:
  Convert to new perl order that fixes an undetermined fallout

Modified:
  head/databases/p5-MR-Tarantool/Makefile

Modified: head/databases/p5-MR-Tarantool/Makefile
==============================================================================
--- head/databases/p5-MR-Tarantool/Makefile	Wed Jul 31 09:17:08 2013	(r324020)
+++ head/databases/p5-MR-Tarantool/Makefile	Wed Jul 31 09:17:35 2013	(r324021)
@@ -16,7 +16,8 @@ BUILD_DEPENDS=	p5-AnyEvent>=7.04:${PORTS
 		p5-String-CRC32>=1.4:${PORTSDIR}/devel/p5-String-CRC32
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	MR::IProto.3 \
 	MR::IProto::Cluster.3 \


More information about the svn-ports-all mailing list