From e7f8b572ca817eb8a35c118be5698f5069b0c86a Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Tue, 6 Mar 2012 03:13:07 +0000 Subject: [PATCH] - Add missing BUILD_DEPENDS and RUN_DEPENDS - Bump PORTREVISION --- net-im/p5-POE-Component-Client-MSN/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net-im/p5-POE-Component-Client-MSN/Makefile b/net-im/p5-POE-Component-Client-MSN/Makefile index bd5796058043..e4558cd75c20 100644 --- a/net-im/p5-POE-Component-Client-MSN/Makefile +++ b/net-im/p5-POE-Component-Client-MSN/Makefile @@ -7,7 +7,7 @@ PORTNAME= POE-Component-Client-MSN PORTVERSION= 0.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE Component for MSN Messenger -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ +BUILD_DEPENDS= p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ + p5-POE>=0:${PORTSDIR}/devel/p5-POE \ + p5-POE-Component-Client-HTTP>=0:${PORTSDIR}/www/p5-POE-Component-Client-HTTP \ p5-POE-Component-Client-Keepalive>=0:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive \ - p5-POE-Component-SSLify>=0:${PORTSDIR}/security/p5-POE-Component-SSLify + p5-POE-Component-SSLify>=0:${PORTSDIR}/security/p5-POE-Component-SSLify \ + p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= POE::Component::Client::MSN.3