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/Makefile19
1 files changed, 14 insertions, 5 deletions
diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile
index 286bfbbef592..ae3ecc88fb1a 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,18 +13,26 @@ 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
NO_ARCH= yes
-OPTIONS_DEFINE= XS
+OPTIONS_DEFINE= RECOMMENDED XS
+RECOMMENDED_DESC= Recommended dependencies by upstream
-XS_BUILD_DEPENDS= p5-XML-LibXML>=1.85:textproc/p5-XML-LibXML
+RECOMMENDED_BUILD_DEPENDS= p5-DateTime-Format-ISO8601>=0.15:devel/p5-DateTime-Format-ISO8601 \
+ p5-DateTime>=1.54:devel/p5-DateTime
+RECOMMENDED_RUN_DEPENDS=p5-DateTime-Format-ISO8601>=0.15:devel/p5-DateTime-Format-ISO8601 \
+ p5-DateTime>=1.54:devel/p5-DateTime
+XS_BUILD_DEPENDS= p5-XML-LibXML>=2.0206,1:textproc/p5-XML-LibXML
XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS}
.include <bsd.port.mk>