diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-13 17:29:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-13 17:29:58 +0000 |
commit | 10f22ecd6d1808866406972dd09e2e107e41ceb2 (patch) | |
tree | 31d423e420103f6111ac7dcc29da77612438b7a3 /net/p5-POE-Component-Generic | |
parent | 42651c13cd4978964674808cab47a30c8726769b (diff) |
Notes
Diffstat (limited to 'net/p5-POE-Component-Generic')
-rw-r--r-- | net/p5-POE-Component-Generic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-POE-Component-Generic/Makefile b/net/p5-POE-Component-Generic/Makefile index 01d6a3efdbaa..93e7ebf7235a 100644 --- a/net/p5-POE-Component-Generic/Makefile +++ b/net/p5-POE-Component-Generic/Makefile @@ -3,9 +3,8 @@ PORTNAME= POE-Component-Generic PORTVERSION= 0.14.03 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/} -PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,9 +12,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provides non-blocking access to a blocking object -RUN_DEPENDS= p5-POE>=0.31:${PORTSDIR}/devel/p5-POE \ +BUILD_DEPENDS= p5-POE>=0.31:${PORTSDIR}/devel/p5-POE \ p5-Devel-Symdump>=0:${PORTSDIR}/devel/p5-Devel-Symdump \ p5-Net-SSH2>=0:${PORTSDIR}/net/p5-Net-SSH2 +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |