diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/p5-POEx-Role-TCPServer | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net/p5-POEx-Role-TCPServer')
-rw-r--r-- | net/p5-POEx-Role-TCPServer/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/p5-POEx-Role-TCPServer/Makefile b/net/p5-POEx-Role-TCPServer/Makefile index 97e734dd06ae..96e5d70477b2 100644 --- a/net/p5-POEx-Role-TCPServer/Makefile +++ b/net/p5-POEx-Role-TCPServer/Makefile @@ -12,13 +12,13 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for TCPServer Moose role on POE RUN_DEPENDS= \ - p5-MooseX-Declare>0:${PORTSDIR}/devel/p5-MooseX-Declare \ - p5-MooseX-Types>0:${PORTSDIR}/devel/p5-MooseX-Types \ - p5-MooseX-Types-Structured>0:${PORTSDIR}/devel/p5-MooseX-Types-Structured \ - 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-MooseX-Types-Structured>0:devel/p5-MooseX-Types-Structured \ + 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 |