diff options
Diffstat (limited to 'devel/p5-POEx-Role-Streaming/Makefile')
-rw-r--r-- | devel/p5-POEx-Role-Streaming/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-POEx-Role-Streaming/Makefile b/devel/p5-POEx-Role-Streaming/Makefile index a7799fde8fc3..e442a3368dce 100644 --- a/devel/p5-POEx-Role-Streaming/Makefile +++ b/devel/p5-POEx-Role-Streaming/Makefile @@ -12,12 +12,12 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for streaming from one filehandle to another RUN_DEPENDS= \ - p5-MooseX-Declare>0:${PORTSDIR}/devel/p5-MooseX-Declare \ - p5-MooseX-Types>0:${PORTSDIR}/devel/p5-MooseX-Types \ - p5-POE>0:${PORTSDIR}/devel/p5-POE \ - p5-POEx-Role-SessionInstantiation>=0:${PORTSDIR}/devel/p5-POEx-Role-SessionInstantiation \ - p5-POEx-Types>0:${PORTSDIR}/devel/p5-POEx-Types \ - p5-aliased>0:${PORTSDIR}/devel/p5-aliased + p5-MooseX-Declare>0:devel/p5-MooseX-Declare \ + p5-MooseX-Types>0:devel/p5-MooseX-Types \ + p5-POE>0:devel/p5-POE \ + p5-POEx-Role-SessionInstantiation>=0:devel/p5-POEx-Role-SessionInstantiation \ + p5-POEx-Types>0:devel/p5-POEx-Types \ + p5-aliased>0:devel/p5-aliased BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |