aboutsummaryrefslogtreecommitdiff
path: root/news/p5-POE-Component-Client-NNTP/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2006-12-25 14:23:55 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2006-12-25 14:23:55 +0000
commitd829de21e4a8bc8b33da0ad8a3dc26e6f8be78c7 (patch)
tree76d68265691498653abe307f80aeaffeca919ccb /news/p5-POE-Component-Client-NNTP/Makefile
parent7eda4e5d57e11e68733bb8ed4214866ff961dec9 (diff)
Notes
Diffstat (limited to 'news/p5-POE-Component-Client-NNTP/Makefile')
-rw-r--r--news/p5-POE-Component-Client-NNTP/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/news/p5-POE-Component-Client-NNTP/Makefile b/news/p5-POE-Component-Client-NNTP/Makefile
index b8a211af5226..56f8558a9782 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= 1.04
+PORTVERSION= 2.01
CATEGORIES= news perl5 devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
@@ -15,11 +15,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= POE component for non-blocking NNTP access
-RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
+BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
+ ${SITE_PERL}/POE/Component/Pluggable.pm:${PORTSDIR}/devel/p5-POE-Component-Pluggable
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= POE::Component::Client::NNTP.3
+MAN3= POE::Component::Client::NNTP.3 \
+ POE::Component::Client::NNTP::Constants.3
.include <bsd.port.pre.mk>