Skip to content

Commit

Permalink
devel/p5-IO-Event: Add NO_ARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jun 20, 2021
1 parent 6c63c14 commit 5e2134d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions devel/p5-IO-Event/Makefile
Expand Up @@ -17,14 +17,16 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils
TEST_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent

USES= perl5
USE_PERL5= configure

NO_ARCH= yes

OPTIONS_DEFINE= ANYEVENT EVENT
OPTIONS_DEFAULT=ANYEVENT EVENT
ANYEVENT_DESC= Use AnyEvent as underlying event handler
EVENT_DESC= Use Event as underlying event handler

USE_PERL5= configure
USES= perl5

ANYEVENT_BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent
ANYEVENT_RUN_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent
EVENT_BUILD_DEPENDS= p5-Event>=0:devel/p5-Event
Expand Down

0 comments on commit 5e2134d

Please sign in to comment.