aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-10-09 02:45:24 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-10-09 02:45:24 +0800
commitf0ef277121e53c9a607b422474e5827d9a065e42 (patch)
treeca46049d46617282dcc17ef990df34fc5f0953de
parent61eb149b747ba156c68243688a0177249697f1b5 (diff)
downloadfreebsd-ports-gnome-f0ef277121e53c9a607b422474e5827d9a065e42.tar.gz
freebsd-ports-gnome-f0ef277121e53c9a607b422474e5827d9a065e42.tar.zst
freebsd-ports-gnome-f0ef277121e53c9a607b422474e5827d9a065e42.zip
- Fix *_DEPENDS: Carp, Encode and Scalar::Util are already in all supported Perl releases
- Update *_DEPENDS - Add PORTSCOUT - Add NO_ARCH - Bump PORTREVISION for dependency change
-rw-r--r--net/p5-SOAP-XML-Client/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/net/p5-SOAP-XML-Client/Makefile b/net/p5-SOAP-XML-Client/Makefile
index e8c62901e67d..03718ead5284 100644
--- a/net/p5-SOAP-XML-Client/Makefile
+++ b/net/p5-SOAP-XML-Client/Makefile
@@ -3,6 +3,7 @@
PORTNAME= SOAP-XML-Client
PORTVERSION= 2.8
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,16 +14,16 @@ COMMENT= Simple frame work for talking with web services
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Carp>0:${PORTSDIR}/devel/p5-Carp \
- p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
- p5-Encode>0:${PORTSDIR}/converters/p5-Encode \
- p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \
- p5-SOAP-Data-Builder>0:${PORTSDIR}/net/p5-SOAP-Data-Builder \
- p5-SOAP-Lite>0:${PORTSDIR}/net/p5-SOAP-Lite \
- p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
- p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
+BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
+ p5-SOAP-Data-Builder>=0.8:${PORTSDIR}/net/p5-SOAP-Data-Builder \
+ p5-SOAP-Lite>=0.67:${PORTSDIR}/net/p5-SOAP-Lite \
+ p5-XML-LibXML>=0.6:${PORTSDIR}/textproc/p5-XML-LibXML
RUN_DEPENDS:= ${BUILD_DEPENDS}
+PORTSCOUT= skipv:2.26
+
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure