diff options
author | clsung <clsung@FreeBSD.org> | 2007-05-01 10:09:58 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-05-01 10:09:58 +0800 |
commit | e24cd7f1efbc54bd9a9f9debcb3b2bc56e22d50c (patch) | |
tree | bc4df81d37ce9d1b7f39830370ecbf2897ed81f4 /net | |
parent | 1b0a58e9fcf996fbfd25df573ea9cbaad56170a4 (diff) | |
download | freebsd-ports-gnome-e24cd7f1efbc54bd9a9f9debcb3b2bc56e22d50c.tar.gz freebsd-ports-gnome-e24cd7f1efbc54bd9a9f9debcb3b2bc56e22d50c.tar.zst freebsd-ports-gnome-e24cd7f1efbc54bd9a9f9debcb3b2bc56e22d50c.zip |
Add p5-SOAP-MySOAP 0.023, an extremely basic SOAP client module.
PR: ports/112262
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-SOAP-MySOAP/Makefile | 22 | ||||
-rw-r--r-- | net/p5-SOAP-MySOAP/distinfo | 3 | ||||
-rw-r--r-- | net/p5-SOAP-MySOAP/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-SOAP-MySOAP/pkg-plist | 6 |
5 files changed, 35 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 2402587dbdf0..62a89cbbb0fb 100644 --- a/net/Makefile +++ b/net/Makefile @@ -555,6 +555,7 @@ SUBDIR += p5-SOAP SUBDIR += p5-SOAP-Data-Builder SUBDIR += p5-SOAP-Lite + SUBDIR += p5-SOAP-MySOAP SUBDIR += p5-Samba-LDAP SUBDIR += p5-Socket-Multicast6 SUBDIR += p5-Socket6 diff --git a/net/p5-SOAP-MySOAP/Makefile b/net/p5-SOAP-MySOAP/Makefile new file mode 100644 index 000000000000..2fca7621dd60 --- /dev/null +++ b/net/p5-SOAP-MySOAP/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-SOAP-MySOAP +# Date created: 2007-04-30 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= SOAP-MySOAP +PORTVERSION= 0.023 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= SOAP +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= An extremely basic SOAP client module + +PERL_CONFIGURE= yes + +MAN3= SOAP::MySOAP.3 + +.include <bsd.port.mk> diff --git a/net/p5-SOAP-MySOAP/distinfo b/net/p5-SOAP-MySOAP/distinfo new file mode 100644 index 000000000000..c3df1ad74ce3 --- /dev/null +++ b/net/p5-SOAP-MySOAP/distinfo @@ -0,0 +1,3 @@ +MD5 (SOAP-MySOAP-0.023.tar.gz) = 154f2e7203bef8dd092e936db841817d +SHA256 (SOAP-MySOAP-0.023.tar.gz) = 903cc55ff2d1f1d2355908d0c7bebd3ad2fe614433884ff16bf25ffd4ebd4625 +SIZE (SOAP-MySOAP-0.023.tar.gz) = 2739 diff --git a/net/p5-SOAP-MySOAP/pkg-descr b/net/p5-SOAP-MySOAP/pkg-descr new file mode 100644 index 000000000000..f28ef94ba94c --- /dev/null +++ b/net/p5-SOAP-MySOAP/pkg-descr @@ -0,0 +1,3 @@ +An extremely basic SOAP client module. + +WWW: http://search.cpan.org/dist/SOAP-MySOAP/ diff --git a/net/p5-SOAP-MySOAP/pkg-plist b/net/p5-SOAP-MySOAP/pkg-plist new file mode 100644 index 000000000000..99dfa9c0eacf --- /dev/null +++ b/net/p5-SOAP-MySOAP/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/MySOAP/.packlist +%%SITE_PERL%%/SOAP/MySOAP.pm +@dirrmtry %%SITE_PERL%%/SOAP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/MySOAP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP |