diff options
Diffstat (limited to 'net/p5-AnyEvent-Twitter-Stream/Makefile')
-rw-r--r-- | net/p5-AnyEvent-Twitter-Stream/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/p5-AnyEvent-Twitter-Stream/Makefile b/net/p5-AnyEvent-Twitter-Stream/Makefile index 1f744ba329c4..3bab8d29a080 100644 --- a/net/p5-AnyEvent-Twitter-Stream/Makefile +++ b/net/p5-AnyEvent-Twitter-Stream/Makefile @@ -14,10 +14,10 @@ COMMENT= Perl module to receive Twitter streaming API in an event loop LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ - p5-AnyEvent-HTTP>=2.0:${PORTSDIR}/www/p5-AnyEvent-HTTP \ - p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ - p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ + p5-AnyEvent-HTTP>=2.0:www/p5-AnyEvent-HTTP \ + p5-JSON>=2.0:converters/p5-JSON \ + p5-URI>=0:net/p5-URI USES= perl5 USE_PERL5= modbuildtiny |