summaryrefslogtreecommitdiff
path: root/net/p5-RPC-XML/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-RPC-XML/Makefile')
-rw-r--r--net/p5-RPC-XML/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile
index 286bfbbef592..608143e7552e 100644
--- a/net/p5-RPC-XML/Makefile
+++ b/net/p5-RPC-XML/Makefile
@@ -1,5 +1,6 @@
PORTNAME= RPC-XML
PORTVERSION= 0.82
+PORTREVISION= 1
CATEGORIES= net www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,9 +13,12 @@ LICENSE= ART20 LGPL21
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-XML-Parser>=2.31:textproc/p5-XML-Parser \
- p5-libwww>=5.834:www/p5-libwww
-TEST_DEPENDS= p5-DateTime-Format-ISO8601>=0.07:devel/p5-DateTime-Format-ISO8601
+RUN_DEPENDS= p5-HTTP-Daemon>=6.12:www/p5-HTTP-Daemon \
+ p5-HTTP-Message>=6.26:www/p5-HTTP-Message \
+ p5-Scalar-List-Utils>=1.55,1:lang/p5-Scalar-List-Utils \
+ p5-XML-Parser>=2.46:textproc/p5-XML-Parser \
+ p5-libwww>=6.51:www/p5-libwww
+TEST_DEPENDS= p5-Test-Simple>=1.302183:devel/p5-Test-Simple
USES= gmake perl5
USE_PERL5= configure
@@ -23,7 +27,7 @@ NO_ARCH= yes
OPTIONS_DEFINE= XS
-XS_BUILD_DEPENDS= p5-XML-LibXML>=1.85:textproc/p5-XML-LibXML
+XS_BUILD_DEPENDS= p5-XML-LibXML>=2.0206,1:textproc/p5-XML-LibXML
XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS}
.include <bsd.port.mk>