svn commit: r526994 - head/irc/p5-POE-Component-IRC-Plugin-Karma

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 24 16:14:42 UTC 2020


Author: sunpoet
Date: Mon Feb 24 16:14:39 2020
New Revision: 526994
URL: https://svnweb.freebsd.org/changeset/ports/526994

Log:
  Sort *_DEPENDS
  
  - Add NO_ARCH

Modified:
  head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile

Modified: head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile
==============================================================================
--- head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile	Mon Feb 24 16:14:34 2020	(r526993)
+++ head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile	Mon Feb 24 16:14:39 2020	(r526994)
@@ -17,11 +17,13 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
 		p5-DBI>=0:databases/p5-DBI \
-		p5-POE-Component-IRC>=6.22:irc/p5-POE-Component-IRC \
-		p5-Moose>=0:devel/p5-Moose
+		p5-Moose>=0:devel/p5-Moose \
+		p5-POE-Component-IRC>=6.22:irc/p5-POE-Component-IRC
 TEST_DEPENDS=	p5-Test-MockObject>=0:devel/p5-Test-MockObject
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list