mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
New port: net/p5-SOAP-XML-Client:
This package is the base class for talking with web services, there are specific modules to use depending on the type of service you are calling, e.g. SOAP::XML::Client::DotNet or SOAP::XML::Client::Generic WWW: http://search.cpan.org/dist/SOAP-XML-Client/
This commit is contained in:
parent
a85ac5a92c
commit
58aa91ee6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398435
5 changed files with 44 additions and 0 deletions
|
@ -68,6 +68,7 @@
|
||||||
SUBDIR += chrony
|
SUBDIR += chrony
|
||||||
SUBDIR += citrix_ica
|
SUBDIR += citrix_ica
|
||||||
SUBDIR += clamz
|
SUBDIR += clamz
|
||||||
|
SUBDIR += cli53
|
||||||
SUBDIR += cloud-init
|
SUBDIR += cloud-init
|
||||||
SUBDIR += clusterit
|
SUBDIR += clusterit
|
||||||
SUBDIR += cnd
|
SUBDIR += cnd
|
||||||
|
@ -757,6 +758,7 @@
|
||||||
SUBDIR += p5-SOAP-Data-Builder
|
SUBDIR += p5-SOAP-Data-Builder
|
||||||
SUBDIR += p5-SOAP-Lite
|
SUBDIR += p5-SOAP-Lite
|
||||||
SUBDIR += p5-SOAP-MySOAP
|
SUBDIR += p5-SOAP-MySOAP
|
||||||
|
SUBDIR += p5-SOAP-XML-Client
|
||||||
SUBDIR += p5-Samba-LDAP
|
SUBDIR += p5-Samba-LDAP
|
||||||
SUBDIR += p5-Server-Starter
|
SUBDIR += p5-Server-Starter
|
||||||
SUBDIR += p5-Socket
|
SUBDIR += p5-Socket
|
||||||
|
|
29
net/p5-SOAP-XML-Client/Makefile
Normal file
29
net/p5-SOAP-XML-Client/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= SOAP-XML-Client
|
||||||
|
PORTVERSION= 2.8
|
||||||
|
CATEGORIES= net perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= perl@FreeBSD.org
|
||||||
|
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
|
||||||
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
net/p5-SOAP-XML-Client/distinfo
Normal file
2
net/p5-SOAP-XML-Client/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (SOAP-XML-Client-2.8.tar.gz) = 8dcc2bf326c7d4660e169677bc715b24dba18f4014509d6f3309024cc7f91dd1
|
||||||
|
SIZE (SOAP-XML-Client-2.8.tar.gz) = 18591
|
5
net/p5-SOAP-XML-Client/pkg-descr
Normal file
5
net/p5-SOAP-XML-Client/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
This package is the base class for talking with web services, there are
|
||||||
|
specific modules to use depending on the type of service you are calling,
|
||||||
|
e.g. SOAP::XML::Client::DotNet or SOAP::XML::Client::Generic
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/SOAP-XML-Client/
|
6
net/p5-SOAP-XML-Client/pkg-plist
Normal file
6
net/p5-SOAP-XML-Client/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
%%SITE_PERL%%/SOAP/XML/Client.pm
|
||||||
|
%%SITE_PERL%%/SOAP/XML/Client/DotNet.pm
|
||||||
|
%%SITE_PERL%%/SOAP/XML/Client/Generic.pm
|
||||||
|
%%PERL5_MAN3%%/SOAP::XML::Client.3.gz
|
||||||
|
%%PERL5_MAN3%%/SOAP::XML::Client::DotNet.3.gz
|
||||||
|
%%PERL5_MAN3%%/SOAP::XML::Client::Generic.3.gz
|
Loading…
Add table
Reference in a new issue