Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2020 16:14:39 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526994 - head/irc/p5-POE-Component-IRC-Plugin-Karma
Message-ID:  <202002241614.01OGEdc7018910@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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