svn commit: r554193 - head/devel/p5-AnyEvent-Gearman

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 6 11:19:51 UTC 2020


Author: sunpoet
Date: Fri Nov  6 11:19:47 2020
New Revision: 554193
URL: https://svnweb.freebsd.org/changeset/ports/554193

Log:
  Cosmetic change

Modified:
  head/devel/p5-AnyEvent-Gearman/Makefile

Modified: head/devel/p5-AnyEvent-Gearman/Makefile
==============================================================================
--- head/devel/p5-AnyEvent-Gearman/Makefile	Fri Nov  6 11:19:42 2020	(r554192)
+++ head/devel/p5-AnyEvent-Gearman/Makefile	Fri Nov  6 11:19:47 2020	(r554193)
@@ -22,8 +22,9 @@ RUN_DEPENDS=	p5-Any-Moose>=0:devel/p5-Any-Moose \
 		p5-Object-Container>=0:devel/p5-Object-Container \
 		p5-Object-Event>=0:devel/p5-Object-Event
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list