diff options
Diffstat (limited to 'news/p5-POE-Component-Client-NNTP/Makefile')
-rw-r--r-- | news/p5-POE-Component-Client-NNTP/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/news/p5-POE-Component-Client-NNTP/Makefile b/news/p5-POE-Component-Client-NNTP/Makefile index d76a1c92b90f..ae6ce9b5c8f4 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.02 +PORTVERSION= 2.08 CATEGORIES= news perl5 devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,11 @@ MAINTAINER= skv@FreeBSD.org COMMENT= POE component for non-blocking NNTP access BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/Component/Pluggable.pm:${PORTSDIR}/devel/p5-POE-Component-Pluggable + ${SITE_PERL}/POE/Component/Pluggable.pm:${PORTSDIR}/devel/p5-POE-Component-Pluggable \ + ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ + ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ + ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |