diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-01 13:13:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-01 13:13:54 +0000 |
commit | 47afca61a94e647afc7481aa3af2cf0bc21bdc81 (patch) | |
tree | dd4b37488d6e052afea3bd16ae3ecad9376bd090 /news/p5-POE-Component-Client-NNTP/Makefile | |
parent | 768599b59b82829e228fc2bd8b4a4e68c8a0af84 (diff) |
Notes
Diffstat (limited to 'news/p5-POE-Component-Client-NNTP/Makefile')
-rw-r--r-- | news/p5-POE-Component-Client-NNTP/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/news/p5-POE-Component-Client-NNTP/Makefile b/news/p5-POE-Component-Client-NNTP/Makefile index 67a859555107..ec4c784fc6fa 100644 --- a/news/p5-POE-Component-Client-NNTP/Makefile +++ b/news/p5-POE-Component-Client-NNTP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Client-NNTP -PORTVERSION= 2.20 +PORTVERSION= 2.22 CATEGORIES= news perl5 devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE component for non-blocking NNTP access -RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-Pluggable>=0:${PORTSDIR}/devel/p5-POE-Component-Pluggable -BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= p5-Test-POE-Server-TCP>=0:${PORTSDIR}/devel/p5-Test-POE-Server-TCP +BUILD_DEPENDS= p5-POE>=0.999.9:${PORTSDIR}/devel/p5-POE \ + p5-POE-Component-Pluggable>=0.03:${PORTSDIR}/devel/p5-POE-Component-Pluggable \ + p5-Test-POE-Server-TCP>=0:${PORTSDIR}/devel/p5-Test-POE-Server-TCP +RUN_DEPENDS= p5-POE>=0.999.9:${PORTSDIR}/devel/p5-POE \ + p5-POE-Component-Pluggable>=0.03:${PORTSDIR}/devel/p5-POE-Component-Pluggable -PERL_CONFIGURE= yes +PERL_CONFIGURE= yes MAN3= POE::Component::Client::NNTP.3 \ POE::Component::Client::NNTP::Constants.3 |