aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-24 16:14:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-24 16:14:39 +0000
commit0e539d97768df086589d230d70f9dd63c1f99b94 (patch)
tree014c4cddd0737aa42357520e29069d776750db56 /irc
parenteed94401a294c3044bf85268f6864f7bb594efaa (diff)
downloadports-0e539d97768df086589d230d70f9dd63c1f99b94.tar.gz
ports-0e539d97768df086589d230d70f9dd63c1f99b94.zip
Sort *_DEPENDS
- Add NO_ARCH
Notes
Notes: svn path=/head/; revision=526994
Diffstat (limited to 'irc')
-rw-r--r--irc/p5-POE-Component-IRC-Plugin-Karma/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile b/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile
index 70f84927ff44..47cf34068428 100644
--- a/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile
+++ b/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile
@@ -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>