diff options
author | swills <swills@FreeBSD.org> | 2012-03-06 11:13:07 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-06 11:13:07 +0800 |
commit | 68365995e1d28d63b777d3fa455ce9f644ae4310 (patch) | |
tree | 4ab930301a97a463be3e81b632d694db25b6fbd7 | |
parent | 2aa412a3fe20394b5525238f32489a0eaca1820f (diff) | |
download | freebsd-ports-gnome-68365995e1d28d63b777d3fa455ce9f644ae4310.tar.gz freebsd-ports-gnome-68365995e1d28d63b777d3fa455ce9f644ae4310.tar.zst freebsd-ports-gnome-68365995e1d28d63b777d3fa455ce9f644ae4310.zip |
- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Bump PORTREVISION
-rw-r--r-- | net-im/p5-POE-Component-Client-MSN/Makefile | 9 |
1 files 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 |