diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-02-16 17:26:56 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-02-16 17:26:56 +0000 |
commit | 2c4e557aade076186f377c334c6a90a6233e7885 (patch) | |
tree | 305f02dd9cb62723760c3c3f51c26526f366efe4 /net/p5-XML-Compile-SOAP-AnyEvent/Makefile | |
parent | 35d08cb131d707cfe2dfc1dda2d827f0a997145a (diff) | |
download | ports-2c4e557aade076186f377c334c6a90a6233e7885.tar.gz ports-2c4e557aade076186f377c334c6a90a6233e7885.zip |
Notes
Diffstat (limited to 'net/p5-XML-Compile-SOAP-AnyEvent/Makefile')
-rw-r--r-- | net/p5-XML-Compile-SOAP-AnyEvent/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/p5-XML-Compile-SOAP-AnyEvent/Makefile b/net/p5-XML-Compile-SOAP-AnyEvent/Makefile index 73fa507a3d36..5078b85c3e1c 100644 --- a/net/p5-XML-Compile-SOAP-AnyEvent/Makefile +++ b/net/p5-XML-Compile-SOAP-AnyEvent/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Compile-SOAP-AnyEvent -PORTVERSION= 0.01 -PORTREVISION= 1 +PORTVERSION= 0.90 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Exchange XML via AnyEvent::HTTP -BUILD_DEPENDS= p5-XML-Compile-SOAP>=2.18:${PORTSDIR}/net/p5-XML-Compile-SOAP \ - p5-AnyEvent-HTTP>=1.46:${PORTSDIR}/www/p5-AnyEvent-HTTP \ - p5-Log-Report>=0.28:${PORTSDIR}/devel/p5-Log-Report +BUILD_DEPENDS= p5-AnyEvent-HTTP>=1.46:${PORTSDIR}/www/p5-AnyEvent-HTTP \ + p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-Log-Report>=1.05:${PORTSDIR}/devel/p5-Log-Report \ + p5-XML-Compile-SOAP>=3.05:${PORTSDIR}/net/p5-XML-Compile-SOAP RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= ART10 GPLv1 |